Skip to content

chore: update GitHub Actions to Node 24 - #29

Merged
jonathannorris merged 1 commit into
mainfrom
chore/update-actions-node24
Aug 14, 2026
Merged

chore: update GitHub Actions to Node 24#29
jonathannorris merged 1 commit into
mainfrom
chore/update-actions-node24

Conversation

@jonathannorris

Copy link
Copy Markdown
Member

Summary

  • Update GitHub Actions and custom action dependencies to Node 24-compatible releases.
  • Update nested dependencies in composite and custom actions.
  • Retain actions without an available Node 24 release.

@jonathannorris
jonathannorris marked this pull request as ready for review August 14, 2026 19:24
@jonathannorris
jonathannorris requested a review from a team as a code owner August 14, 2026 19:24
Copilot AI lite review requested due to automatic review settings August 14, 2026 19:24
@jonathannorris
jonathannorris enabled auto-merge (squash) August 14, 2026 19:25
@jonathannorris
jonathannorris merged commit c197a80 into main Aug 14, 2026
5 checks passed
@jonathannorris
jonathannorris deleted the chore/update-actions-node24 branch August 14, 2026 19:26

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates GitHub Actions workflow dependencies to newer major versions in order to stay compatible with newer Node runtimes used by GitHub-hosted actions.

Changes:

  • Bump actions/checkout from v4 to v7 across workflows.
  • Bump actions/setup-node from v4 to v7 across workflows.
  • Bump actions/cache from v1 to v6 in the benchmark workflow.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
.github/workflows/test.yml Updates checkout + setup-node action versions used in CI.
.github/workflows/release.yml Updates checkout + setup-node action versions used in release workflow.
.github/workflows/benchmark.yml Updates checkout + setup-node and cache action versions used in benchmarking.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread .github/workflows/test.yml
Comment thread .github/workflows/release.yml
Comment thread .github/workflows/benchmark.yml
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.

3 participants