ci: bump GitHub Actions to Node 24-compatible versions#62
Merged
Conversation
GitHub is deprecating the Node 20 runtime for JS-based actions (forced to Node 24 on 2026-06-16, Node 20 removed 2026-09-16). The release workflow warned about actions/checkout@v4, actions/cache@v4, coursier/setup-action@v1, and softprops/action-gh-release@v1. Bump them ahead of the next release: - actions/checkout v4 -> v6 (release, claude, claude-code-review; ci.yml was already v6) - actions/cache v4 -> v5 (release) - coursier/setup-action v1 -> v3 (release; 'jvm' input unchanged) - softprops/action-gh-release v1 -> v3 (release; body/draft/generate_release_notes inputs unchanged) Co-Authored-By: Claude Opus 4.8 (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.
The v0.10.1 release run warned that several workflow actions still run on Node 20, which GitHub forces to Node 24 on 2026-06-16 and removes on 2026-09-16. Bumping them now so the release workflow keeps working.
Changes
actions/checkoutci.ymlwas already v6)actions/cachecoursier/setup-actionjvm:input unchangedsoftprops/action-gh-releasebody/draft/generate_release_notesinputs unchanged; token defaults togithub.tokenNot touched (not flagged by the deprecation notice):
oven-sh/setup-bun@v2,anthropics/claude-code-action@v1,actions/setup-java@v4.4.0.Validation
checkout@v6bumps inclaude.yml/claude-code-review.ymlare exercised by this PR's own checks.release.ymlonly runs onv*tags, so its bumps can't run pre-merge; verified input compatibility against each action's currentaction.ymlinstead. First live exercise will be the next release.🤖 Generated with Claude Code