Skip to content

General: Update GitHub Actions to Node.js 24-compatible versions#448

Merged
d4rken merged 1 commit intomainfrom
update/github-actions-node24
Mar 12, 2026
Merged

General: Update GitHub Actions to Node.js 24-compatible versions#448
d4rken merged 1 commit intomainfrom
update/github-actions-node24

Conversation

@d4rken
Copy link
Copy Markdown
Member

@d4rken d4rken commented Mar 12, 2026

What changed

Updated all GitHub Actions to Node.js 24-compatible versions before the Node.js 20 deprecation (June 2nd, 2026). Replaced the abandoned jimschubert/query-tag-action with the built-in github.ref_name. Added a manual trigger with dry-run option to the release workflow.

Technical Context

  • Mirror of Update GitHub Actions to Node.js 24-compatible versions bluemusic#185 — both projects share the same CI workflow structure
  • jimschubert/query-tag-action is abandoned and unnecessary; github.ref_name is a built-in GitHub context that provides the same tag name
  • workflow_dispatch with dry_run input allows manually testing the release build pipeline without actually publishing
Action Old New
actions/checkout v4.2.2 v6.0.2
actions/cache v4.2.3 v5.0.3
actions/setup-java v4.7.0 v5.2.0
softprops/action-gh-release v2.2.1 v2.5.0
gradle/actions/wrapper-validation v4.3.1 v5.0.2
ruby/setup-ruby v1.229.0 v1.292.0
jimschubert/query-tag-action v2.2 removed

@d4rken d4rken merged commit 95bb225 into main Mar 12, 2026
9 checks passed
@d4rken d4rken deleted the update/github-actions-node24 branch March 12, 2026 15:37
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