Skip to content

chore: bump actions to Node 24 runtimes#160

Open
apermo wants to merge 1 commit into
mainfrom
chore/bump-actions-node24
Open

chore: bump actions to Node 24 runtimes#160
apermo wants to merge 1 commit into
mainfrom
chore/bump-actions-node24

Conversation

@apermo

@apermo apermo commented Jun 8, 2026

Copy link
Copy Markdown
Owner

Background

GitHub forces JavaScript actions off the deprecated Node 20 runtime starting 2026-06-16, with full removal on 2026-09-16.

Changes

  • actions/cache v4→v5
  • actions/checkout v4→v5
  • actions/github-script v7→v8
  • actions/setup-node v4→v5

Each target is the first major of that action on the Node 24 runtime. Documented under ## [Unreleased] so it ships without forcing a release.

Closes #159

@github-actions

github-actions Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

🤖 Automated PR Validation Results

Version Check: Passed - Version bumped to 14.6.9
CHANGELOG Check: Passed - Entry found for version 14.6.9
⏭️ Schedule Validation: Skipped - No changes to training files, validation not required
Version Sync: Passed - composer.json and package.json versions match


All checks passed! This PR is ready for review.

@apermo apermo force-pushed the chore/bump-actions-node24 branch from 1d0bc18 to c78b486 Compare June 8, 2026 07:08
@apermo apermo changed the title ci: bump actions to Node 24 runtimes chore: bump actions to Node 24 runtimes Jun 8, 2026
GitHub forces JavaScript actions off the deprecated Node 20
runtime starting 2026-06-16. Bump checkout v4->v5, cache v4->v5,
setup-node v4->v5, github-script v7->v8 across all workflows.

Bumps version to 14.6.9 (composer.json + package.json) with a
matching CHANGELOG entry, per this repo's per-PR version policy.
@apermo apermo force-pushed the chore/bump-actions-node24 branch from c78b486 to 6dae6db Compare June 8, 2026 07:12
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.

Bump GitHub Actions off deprecated Node 20 runtime

1 participant