Skip to content

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
mainfrom
chore/bump-pr-title-check-node24
Closed

ci(pr-title-check): bump action-check-pr-title to v6.0.0 (Node 24) [NO-JIRA]#299
JesperTerkelsen wants to merge 1 commit into
mainfrom
chore/bump-pr-title-check-node24

Conversation

@JesperTerkelsen

Copy link
Copy Markdown
Member

Summary

The pr-title-check composite action pins Slashgear/action-check-pr-title at 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 its Pull Request … / Setup job:

Node.js 20 actions are deprecated … Slashgear/action-check-pr-title@860e8dc… Please check if updated versions … support Node.js 24.

Change

Bump the pin to v6.0.0 (76166c63ec0b25cdbe693e5e972e83ca186313fb), whose action.yml declares runs.using: "node24".

Compatibility

  • Inputs are unchanged — v6 still supports regexp and helpMessage (plus an optional flags), exactly how this action calls it. Drop-in upgrade.
  • v6's only breaking change is requiring Actions runner v2.327.1+, satisfied by GitHub-hosted runners and our current ARC self-hosted runners.

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

…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>
@JesperTerkelsen JesperTerkelsen marked this pull request as ready for review June 4, 2026 20:30
@JesperTerkelsen JesperTerkelsen requested a review from a team as a code owner June 4, 2026 20:30
@JesperTerkelsen JesperTerkelsen requested review from sudheer-monta and removed request for a team June 4, 2026 20:30
@JesperTerkelsen JesperTerkelsen deleted the chore/bump-pr-title-check-node24 branch June 4, 2026 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant