Pin GitHub Actions to Node 24 v7 releases - #4659
Merged
Merged
Conversation
Assisted-By: devx/51da43b4-7970-4354-82a7-7bffdd9dd987
andrewiggins
left a comment
Contributor
There was a problem hiding this comment.
While you are here, do you want to update these to use sha pinned versions, for example
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
Assisted-By: devx/51da43b4-7970-4354-82a7-7bffdd9dd987
Contributor
Author
|
Also addressed the review-level suggestion: both actions are now pinned to immutable v7.0.0 commit SHAs across every workflow. |
Assisted-By: devx/51da43b4-7970-4354-82a7-7bffdd9dd987
Contributor
Author
|
v7 follow-up is green now. |
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.
What changed
actions/checkoutusage from v3/v4 to v7.0.0, pinned to immutable commit9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0.actions/setup-nodefrom v4 to v7.0.0, pinned to immutable commit820762786026740c76f36085b0efc47a31fe5020.Both selected releases run natively on Node 24.
Why
GitHub now runs JavaScript actions on Node 24 by default as part of the Node 20 deprecation. The
2026-10-rcrelease workflow still usesactions/checkout@v3; after the runner migration, checkout configures credentials but its authenticated fetch fails.This blocked
@shopify/ui-extensions@2026.10.0-rc.8from publishing even after the Version Packages PR merged. The failed workflow is https://github.com/Shopify/ui-extensions/actions/runs/33114738095.Validation
yarn lint.github/workflows/**/*.{yml,yaml}action.ymlfiles declareruns.using: node24