Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2025

Bumps actions/checkout from 4 to 5.

Release notes

Sourced from actions/checkout's releases.

v5.0.0

What's Changed

⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

Full Changelog: actions/checkout@v4...v5.0.0

v4.3.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

v4.2.2

What's Changed

Full Changelog: actions/checkout@v4.2.1...v4.2.2

v4.2.1

What's Changed

New Contributors

Full Changelog: actions/checkout@v4.2.0...v4.2.1

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

V5.0.0

V4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

v4.1.5

v4.1.4

v4.1.3

... (truncated)

Commits

Dependabot compatibility score

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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 12, 2025
Copy link
Contributor

github-actions bot commented Aug 12, 2025

🐰 Bencher Report

Branchdependabot/github_actions/actions/checkout-5
Testbedubuntu-latest
Click to view all benchmark results
BenchmarkLatencymicroseconds (µs)
diagnostics-benches/inputs/goto-perf.ncl📈 view plot
🚷 view threshold
10,949.00 µs
diagnostics-benches/inputs/large-record-tree.ncl📈 view plot
🚷 view threshold
191,390.00 µs
diagnostics-benches/inputs/redis-replication-controller.ncl📈 view plot
🚷 view threshold
303.15 µs
diagnostics-benches/inputs/small-record-tree.ncl📈 view plot
🚷 view threshold
435.48 µs
fibonacci 10📈 view plot
🚷 view threshold
256.95 µs
foldl arrays 50📈 view plot
🚷 view threshold
449.46 µs
foldl arrays 500📈 view plot
🚷 view threshold
3,626.80 µs
foldr strings 50📈 view plot
🚷 view threshold
4,512.70 µs
foldr strings 500📈 view plot
🚷 view threshold
44,274.00 µs
generate normal 250📈 view plot
🚷 view threshold
40,086.00 µs
generate normal 50📈 view plot
🚷 view threshold
1,597.50 µs
generate normal unchecked 1000📈 view plot
🚷 view threshold
1,938.20 µs
generate normal unchecked 200📈 view plot
🚷 view threshold
407.80 µs
init-diagnostics-benches/inputs/goto-perf.ncl📈 view plot
🚷 view threshold
52,086.00 µs
init-diagnostics-benches/inputs/large-record-tree.ncl📈 view plot
🚷 view threshold
210,810.00 µs
init-diagnostics-benches/inputs/redis-replication-controller.ncl📈 view plot
🚷 view threshold
46,402.00 µs
init-diagnostics-benches/inputs/small-record-tree.ncl📈 view plot
🚷 view threshold
46,986.00 µs
pidigits 100📈 view plot
🚷 view threshold
2,195.60 µs
pipe normal 20📈 view plot
🚷 view threshold
676.25 µs
pipe normal 200📈 view plot
🚷 view threshold
5,711.50 µs
product 30📈 view plot
🚷 view threshold
249.42 µs
requests-benches/inputs/goto-perf.ncl-000📈 view plot
🚷 view threshold
2,780.40 µs
requests-benches/inputs/large-record-tree.ncl-000📈 view plot
🚷 view threshold
610,650.00 µs
requests-benches/inputs/large-record-tree.ncl-001📈 view plot
🚷 view threshold
83.50 µs
scalar 10📈 view plot
🚷 view threshold
562.14 µs
sum 30📈 view plot
🚷 view threshold
251.00 µs
🐰 View full continuous benchmarking report in Bencher

@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/checkout-5 branch from fa9b570 to 4e4aca7 Compare August 29, 2025 19:05
@jneem
Copy link
Member

jneem commented Sep 8, 2025

I guess this requires a newer github runner? It tries to run /nix/store/w917jjwmg41ix920dd06ixl9jfic3adf-github-runner-2.327.1/lib/externals/node24/bin/node, which doesn't exist: that nix store path only has node20

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] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/checkout-5 branch from 4e4aca7 to a53f3d6 Compare September 8, 2025 19:58
@yannham
Copy link
Member

yannham commented Sep 9, 2025

Indeed, this has been fixed in usptream Nixpkgs (NixOS/nixpkgs#434372), but only quite recently, so we'd need to either update the builders with the runner package taken from latest unstable, or to wait for it to land in a NixOS release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants