Update GitHub Actions runtime from Node.js 20 to Node.js 24#316
Merged
Conversation
Copilot
AI
changed the title
[WIP] Update Node.js version for action EndBug/label-sync
Update GitHub Actions runtime from Node.js 20 to Node.js 24
Apr 10, 2026
cmeans-claude-dev Bot
added a commit
to cmeans/yt-dont-recommend
that referenced
this pull request
Apr 28, 2026
The sync-labels.yml workflow used EndBug/label-sync@v2, whose latest tagged release (v2.3.3, Feb 2024) still runs on Node 20. The upstream Node 24 update merged 2026-04-10 (commit 5594ed7, EndBug/label-sync#316) but no v2.3.4 release tag has been cut, so the floating @v2 tag still points at the Node-20 release. Pinned to commit 1cd399a63f3d27e0a890cec8d1c29efad3e5db3d (HEAD of upstream main as of 2026-04-25, which carries the Node 24 update plus a couple of routine dependency bumps), matching the SHA-pinning pattern already used in dependabot-changelog.yml. This removes the only remaining Node-20 action across this repo's workflows ahead of the GitHub Actions Node-20 deprecation deadline. Re-evaluate to a release tag once upstream cuts v2.3.4. Co-authored-by: cmeans-claude-dev[bot] <272174644+cmeans-claude-dev[bot]@users.noreply.github.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
GitHub Actions runners are deprecating Node.js 20, with Node.js 24 becoming the default on June 2nd, 2026. This updates the action runtime to
node24to eliminate the deprecation warning.Changes
action.yml:using: node20→using: node24package.json:@types/node~12.20.15→^24.0.0lib/index.js: Rebuilt against updated deps