fix(ci): update workflow actions for Node.js 24 compatibility#20
Merged
fix(ci): update workflow actions for Node.js 24 compatibility#20
Conversation
There was a problem hiding this comment.
P1 - SHA version comments need verification: de0fac2e (checkout) is labeled v6 and 66822842 (cache) is labeled v5, but actions/checkout was at v4.x as of late 2025. A SHA pinned with a wrong version label is unauditable and indistinguishable from a tampered pin. Run: gh api repos/actions/checkout/git/refs/tags and gh api repos/actions/cache/git/refs/tags to confirm the SHAs match before merging.
zfarrell
commented
Apr 6, 2026
Contributor
Author
zfarrell
left a comment
There was a problem hiding this comment.
Verified: both SHAs match their respective tags.
$ gh api repos/actions/checkout/git/ref/tags/v6 --jq '.object.sha'
de0fac2e4500dabe0009e67214ff5f5447ce83dd
$ gh api repos/actions/cache/git/ref/tags/v5 --jq '.object.sha'
668228422ae6a00e4ad889ee87cd7109ec5666a7
actions/checkout v6 and actions/cache v5 are both current releases with Node.js 24 support.
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.
Update all GitHub Actions to Node.js 24 compatible versions with SHA pins.