ci: bump setup-gradle off the deprecated Node 20 runtime#53
Merged
Conversation
GitHub is forcing Node 20 actions to Node 24 on 2026-06-16 and removing the Node 20 runtime on 2026-09-16. setup-gradle@v4 runs on Node 20; bump it to v6.1.0 (Node 24) in ci.yml and release.yml. It is used with no inputs, so the upgrade is drop-in. Pinned by full commit SHA as before. 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.
GitHub forces Node 20 actions to Node 24 on 2026-06-16 and removes the Node 20 runtime on 2026-09-16. Audited all pinned actions; the only Node-20 one here is
gradle/actions/setup-gradle@v4(used inci.ymlandrelease.yml).Bumped to v6.1.0 (Node 24), pinned by full commit SHA. It's used with no inputs, so the upgrade is drop-in. Everything else (checkout v6, setup-java v5, release-please v5, action-gh-release v3, actionlint docker) is already Node 24.
This PR's CI run exercises
setup-gradle@v6.1.0directly, so a green build validates the upgrade.🤖 Generated with Claude Code