chore: upgrade GitHub Actions from Node 20 to Node 24#247
Merged
Conversation
mcollins-ttd
commented
Jun 9, 2026
mcollins-ttd
left a comment
Contributor
Author
There was a problem hiding this comment.
Mechanically correct upgrade — all 8 pinned SHAs verified to match their tags, all target actions confirmed to use node24, tj-actions/changed-files v47.0.6 (2026-04-18) is well after the March 2025 CVE-2025-30066 fix, and no unpinned third-party actions remain. Repo-specific usage of inputs (aws-region/role-to-assume, configurationJson.pr_template, explicit cache:'npm') is unaffected by the v5/v6 breaking changes documented upstream. One issue: cdn_deployment_aws/action.yaml was also converted from CRLF to LF in the same commit, producing 84/84 line churn that hides the two intentional SHA bumps.
BehnamMozafari
approved these changes
Jun 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Node 20 is being deprecated on GitHub Actions runners. Starting June 16, 2026, runners will use Node 24 by default.
This PR upgrades outdated action references in this repo to the latest released version that ships Node 24 support, pinned to its commit SHA. Each action's node version is determined by reading its
action.ymlat the pinned ref.See: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/