Skip to content

chore: bump GitHub Actions to Node 24-compatible majors#18

Merged
danielmeppiel merged 1 commit into
mainfrom
chore/bump-actions-node24
May 19, 2026
Merged

chore: bump GitHub Actions to Node 24-compatible majors#18
danielmeppiel merged 1 commit into
mainfrom
chore/bump-actions-node24

Conversation

@danielmeppiel
Copy link
Copy Markdown
Contributor

Silences the Node 20 deprecation warning surfaced on the v6.1.2 release run by bumping:

  • actions/checkout@v4 -> v5
  • actions/setup-node@v4 -> v5
  • actions/upload-artifact@v4 -> v5

across all five workflows (release.yml, self-audit.yml, apm-audit.yml, apm-baseline-check.yml, deploy-pages.yml).

All three actions ship Node 24 runtimes at v5 and are drop-in compatible with our usage. No behavioural changes.

Ref: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/

Bumps actions/checkout, actions/setup-node, and actions/upload-artifact
from v4 to v5 across all workflows to silence the Node 20 deprecation
warning and stay ahead of the 2026-06-02 forced-Node-24 cutover.

See: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@danielmeppiel danielmeppiel merged commit c918b5a into main May 19, 2026
1 check passed
@danielmeppiel danielmeppiel deleted the chore/bump-actions-node24 branch May 19, 2026 07:54
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