ci(pr-title-check): bump action-check-pr-title to v6.0.0 (Node 24) [NO-JIRA]#299
Closed
JesperTerkelsen wants to merge 1 commit into
Closed
ci(pr-title-check): bump action-check-pr-title to v6.0.0 (Node 24) [NO-JIRA]#299JesperTerkelsen wants to merge 1 commit into
JesperTerkelsen wants to merge 1 commit into
Conversation
…ode 24) [NO-JIRA] The v4 pin (860e8dc) runs on Node.js 20, which GitHub is deprecating on its runners. v6.0.0 (76166c6) runs on Node 24. The regexp/helpMessage inputs are unchanged, so this is a drop-in upgrade. v6 requires Actions runner v2.327.1+, satisfied by GitHub-hosted and current ARC runners. 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.
Summary
The
pr-title-checkcomposite action pinsSlashgear/action-check-pr-titleat the v4 SHA (860e8dc), which runs on Node.js 20. GitHub is deprecating Node 20 on Actions runners (forced to Node 24 on 2026-06-16, Node 20 removed 2026-09-16), so every consumer repo currently logs this warning on itsPull Request … / Setupjob:Change
Bump the pin to v6.0.0 (
76166c63ec0b25cdbe693e5e972e83ca186313fb), whoseaction.ymldeclaresruns.using: "node24".Compatibility
regexpandhelpMessage(plus an optionalflags), exactly how this action calls it. Drop-in upgrade.This is the single shared definition, so the fix propagates to all repos that consume
pull-request-kotlin.yml@main(service-feature, etc.) automatically.🤖 Generated with Claude Code