-
Notifications
You must be signed in to change notification settings - Fork 80
chore: bump actions/checkout from 4 to 5 #2933
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
6ae8f96
to
2190f4c
Compare
The new runner relies on JS primitives including at least |
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
@kriskowal how does the internal reliance of the checkout action on Node 24 affect our own choice of Node version ? |
That’s a great question, and you’re right that it should not, and I would not expect it to given that we choose our version of node after checkout. Perhaps I’ve misattributed the cause. Could it be that we just need a newer version of the actions runtime?
The only fact is |
There was a problem hiding this comment.
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 the actions/checkout GitHub Action from version 4 to version 5 across all workflow files. This is a routine dependency update that brings the action up to the latest major version, which includes an update to use Node.js 24 and requires a minimum runner version of v2.327.1.
- Updates actions/checkout from v4 to v5 across all GitHub workflow files
- Maintains existing functionality while ensuring compatibility with the latest action version
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
File | Description |
---|---|
.github/workflows/typedoc-gh-pages.yml | Updates checkout action version for documentation generation workflow |
.github/workflows/depcheck.yml | Updates checkout action version for dependency checking workflow |
.github/workflows/ci.yml | Updates checkout action version across multiple CI jobs (8 occurrences) |
.github/workflows/browser-test.yml | Updates checkout action version for browser testing workflow |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
@dependabot reopen |
Oh, interesting. I completely misdiagnosed this. The problem only afflicts the MacOS XS tests. This can be addressed with a condition for those tests. |
This affects the |
Bumps actions/checkout from 4 to 5.
Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
08c6903
Prepare v5.0.0 release (#2238)9f26565
Update actions checkout to use node 24 (#2226)You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)