Skip to content

chore: update GitHub Actions to Node 24 - #117

Open
jonathannorris wants to merge 2 commits into
mainfrom
chore/update-actions-node24
Open

chore: update GitHub Actions to Node 24#117
jonathannorris wants to merge 2 commits 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 ownerAugust 14, 2026 19:24
CopilotAI lite review requested due to automatic review settings August 14, 2026 19:24
@jonathannorris
jonathannorris enabled auto-merge (squash) August 14, 2026 19:26

CopilotAI 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 several GitHub Actions workflow dependencies to versions intended to be compatible with Node 24, primarily by bumping action major versions across CI, linting, benchmarking, release, and PR-title validation workflows.

Changes:

  • Bump actions/setup-python usage from v5 to v7 across workflows.
  • Bump amannn/action-semantic-pull-request from v5 to v6.
  • Bump actions/checkout from v4 to v7 across workflows (but v7 does not appear to exist for actions/checkout, which will break these workflows).

Reviewed changes

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

Show a summary per file
FileDescription
.github/workflows/unit_test.ymlUpdates checkout/setup-python action versions for unit test matrix job.
.github/workflows/test_examples.ymlUpdates checkout/setup-python action versions for example execution workflow.
.github/workflows/release.ymlUpdates checkout/setup-python action versions in the release pipeline.
.github/workflows/lint.ymlUpdates checkout/setup-python action versions for lint/format/type-check steps.
.github/workflows/check-semantic.ymlUpdates semantic PR title checker action version.
.github/workflows/benchmark.ymlUpdates checkout/setup-python action versions for benchmark workflow.

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

Sign up for freeto 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.

2 participants

@jonathannorris