Skip to content

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

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

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

Conversation

@johncblandii

Copy link
Copy Markdown

what

  • Bump GitHub Actions references in the workflows to versions running on the Node 24 runtime,
    SHA-pinned with precise version comments:
    • actions/setup-node@v4@82076278... # v7.0.0
    • actions/cache@v4@55cc8345... # v6.1.0
    • nick-fields/assert-action@v2@0efd6166... # v4.0.1
    • cloudposse/github-action-setup-atmos@v2@60878d48... # v3.5.0
    • hashicorp/setup-terraform@v3@dfe3c3f8... # v4.0.1
    • aws-actions/configure-aws-credentials@v4@e6de0542... # v6.2.3
  • aws-actions/configure-aws-credentials v5+ requires strict booleans: rewrote
    mask-aws-account-id: "no""false" in the three credential steps of action.yml

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

Supersedes #105
Supersedes #104
Supersedes #102
Supersedes #99
Supersedes #98
Supersedes #97

references

still on Node 20

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

@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

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 composite action and test workflow to use SHA-pinned GitHub Actions versions that run on the Node 24 Actions runtime, aligning with the Node 20 deprecation and improving supply-chain safety via immutable pins.

Changes:

  • SHA-pin actions/setup-node, actions/cache, hashicorp/setup-terraform, aws-actions/configure-aws-credentials, and cloudposse/github-action-setup-atmos with verified-tag comments in action.yml.
  • Update aws-actions/configure-aws-credentials inputs to use strict boolean strings ("false") for mask-aws-account-id.
  • SHA-pin nick-fields/assert-action in the test-atmos_pro workflow.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
action.yml Pins key third-party actions to Node 24–runtime SHAs and updates strict boolean input values for AWS credentials steps.
.github/workflows/test-atmos_pro.yml Pins nick-fields/assert-action to a Node 24–runtime SHA with a version comment.

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

This branch has not been deployed

No deployments
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.

3 participants