Skip to content

ci: bump GitHub Actions to Node 24 majors#207

Merged
rubenhensen merged 1 commit into
mainfrom
chore/bump-actions-node24
May 11, 2026
Merged

ci: bump GitHub Actions to Node 24 majors#207
rubenhensen merged 1 commit into
mainfrom
chore/bump-actions-node24

Conversation

@rubenhensen

@rubenhensen rubenhensen commented May 9, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Bumps two GitHub Actions to their latest majors so they run on Node 24 instead of Node 20, silencing the deprecation warnings.
  • Implements the patch suggested by dobby-coder in Update github actions to latest #176.
Action From To
googleapis/release-please-action v4 v5
amannn/action-semantic-pull-request v5 v6

No input/config changes are required for the way these actions are used in this repo.

Rebased onto current main after #211 — the peter-evans/create-pull-request bump dropped out because .github/workflows/sync-addons.yml no longer exists (sync now runs inside the nginx container, not as a workflow).

Test plan

  • CI workflow runs green on this PR (lint, svelte-check, build).
  • PR-title check (amannn/action-semantic-pull-request@v6) passes against this PR's title.
  • After merge, release-please continues to open release PRs as expected.

Closes #176

Silences Node 20 deprecation warnings in workflow runs:

- googleapis/release-please-action: v4 -> v5
- amannn/action-semantic-pull-request: v5 -> v6
- peter-evans/create-pull-request: v7 -> v8

No input/config changes are needed for the way these actions are used
in this repo.

Refs #176
@rubenhensen rubenhensen force-pushed the chore/bump-actions-node24 branch from a72be8f to dab9821 Compare May 11, 2026 14:30
@rubenhensen rubenhensen merged commit 1fcfa93 into main May 11, 2026
7 checks passed
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.

Update github actions to latest

1 participant