Skip to content

chore: upgrade actions to Node 24 runtime (SHA-pinned) - #67

Open
John C. Bland II (johncblandii) wants to merge 1 commit into
mainfrom
chore/node24-runtime-upgrade
Open

chore: upgrade actions to Node 24 runtime (SHA-pinned)#67
John C. Bland II (johncblandii) wants to merge 1 commit into
mainfrom
chore/node24-runtime-upgrade

Conversation

@johncblandii

@johncblandii John C. Bland II (johncblandii) commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

what

  • Bump GitHub Actions references in the workflows and action.yml to versions running on the
    Node 24 runtime, SHA-pinned with precise version comments:
    • actions/checkout@v4@3d3c42e5... # v7.0.1
    • nick-fields/assert-action@v2@0efd6166... # v4.0.1

Supersedes #66
Supersedes #65

why

  • GitHub is deprecating the Node 20 runtime; affected workflows emit a deprecation warning and
    are already being force-migrated to Node 24
  • SHA pinning with a verified tag comment makes the upgrade deliberate and supply-chain-safe,
    matching the org's direction in chore: upgrade actions to Node 24 runtime and enforce SHA pinning .github#261
  • Every pinned SHA was verified against its upstream tag

references

still on Node 20

  • cloudposse-github-actions/install-gh-releases@v1 — no Node 24 release exists yet; left as-is

scope note

  • This PR SHA-pins only the references it bumps for the Node 24 migration (actions/checkout, nick-fields/assert-action). Other refs (github-action-atmos-affected-stacks@v6, setup-spacectl@v1.0.0) already run Node 24-era or composite runtimes and are left for a dedicated repo-wide pinning pass; cloudposse/.github/...@main reusable-workflow refs stay on @main per the org's distribution model (see chore: upgrade actions to Node 24 runtime and enforce SHA pinning .github#261's verifier exemption).

@johncblandii John C. Bland II (johncblandii) added the patch A minor, backward compatible change label Aug 13, 2026
Copilot AI lite review requested due to automatic review settings August 13, 2026 17:04
@johncblandii John C. Bland II (johncblandii) added the patch A minor, backward compatible change label Aug 13, 2026
@github-actions

Copy link
Copy Markdown

/spacelift summary

Spacelift Triggered Stacks (1)

/spacelift test-t-test-test-workspace-enabled preview

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates this repository’s GitHub Action dependencies to address the GitHub Actions Node runtime deprecation by moving selected uses: references to Node 24-capable releases and pinning them to specific upstream SHAs.

Changes:

  • Pin actions/checkout to a specific SHA corresponding to v7.0.1 in the composite action and test workflows.
  • Pin nick-fields/assert-action to a specific SHA corresponding to v4.0.1 in assertion steps.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
action.yml Pins actions/checkout used by the composite action to a SHA (v7.0.1).
.github/workflows/test-no-changes.yml Pins actions/checkout and nick-fields/assert-action to SHAs (v7.0.1, v4.0.1).
.github/workflows/test-filter-workspace-enabled.yml Pins actions/checkout to a SHA (v7.0.1).
.github/workflows/test-changes.yml Pins actions/checkout and nick-fields/assert-action to SHAs (v7.0.1, v4.0.1).

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread action.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch A minor, backward compatible change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants