ci: bump GitHub Actions to Node 24 compatible majors#8
Merged
Conversation
actions/checkout, actions/setup-node and pnpm/action-setup were running on the deprecated Node.js 20 runtime, producing a deprecation warning in every CI job. GitHub forces Node.js 24 for these actions from 2026-06-16 and removes Node.js 20 from runners on 2026-09-16. Bump all three to their current majors (Node 24 based): - actions/checkout@v4 -> @v6 - actions/setup-node@v4 -> @v6 - pnpm/action-setup@v4 -> @v6 Usage is unchanged (node-version-file: .nvmrc, pnpm via packageManager), so the bumps are non-breaking. Clears the deprecation warning. 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.
Kontext
Der CI-Run von #7 war zwar grün, erzeugte aber in jedem Job eine Deprecation-Warning:
actions/checkout@v4,actions/setup-node@v4undpnpm/action-setup@v4laufen noch aufNode.js 20. GitHub erzwingt für diese Actions ab 2026-06-16 Node.js 24 und entfernt
Node.js 20 am 2026-09-16 vom Runner.
Änderung
Alle drei Actions auf ihren aktuellen Major (Node-24-basiert) gehoben — je 4× im Workflow:
actions/checkout@v4@v6actions/setup-node@v4@v6pnpm/action-setup@v4@v6Die Nutzung bleibt unverändert (
node-version-file: .nvmrc, pnpm überpackageManager),daher nicht breaking. Behebt die Deprecation-Warning.
🤖 Generated with Claude Code