Bump GitHub Actions to Node 24 releases - #284
Merged
Merged
Conversation
Every CI run logged `Node.js 20 is deprecated ... forced to run on Node.js 24` because the pinned action majors still bundle the Node 20 runtime. Node 20 is removed from the runners on 2026-09-16. Bump to the first majors that ship the Node 24 runtime across every job: - actions/checkout v4 -> v5 - actions/setup-python v5 -> v6 - actions/upload-artifact v4 -> v6 GitHub-hosted runners already meet the runner version these require. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012f32MBWEnDXEd7gAwNMdqd
seanwevans
force-pushed
the
claude/bump-actions-node24
branch
from
August 9, 2026 13:46
b1fc9f6 to
45d33be
Compare
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.
Summary
Every CI run logs
Node.js 20 is deprecated … forced to run on Node.js 24because the pinned action majors still bundle the Node 20 runtime. Node 20 is scheduled for removal from the runners on 2026-09-16, so these will hard-fail after that date.Changes
Bump to the first majors that ship the Node 24 runtime:
actions/checkoutv4 → v5actions/setup-pythonv5 → v6actions/upload-artifactv4 → v6GitHub-hosted runners (
ubuntu-latest,macos-latest,windows-latest) already meet the runner version these require, and the inputs used here (python-version,cache,name,path,if-no-files-found) are unchanged across these majors.Sources
🤖 Generated with Claude Code
Generated by Claude Code