Skip to content

chore(deps): Bump actions/checkout from 6 to 7 - #178

Merged
oratis merged 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-7
Aug 2, 2026
Merged

chore(deps): Bump actions/checkout from 6 to 7#178
oratis merged 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 25, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/checkout from 6 to 7.

Release notes

Sourced from actions/checkout's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v6.0.3...v7.0.0

v6.1.0

What's Changed

https://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/ for more details about this breaking change

Full Changelog: actions/checkout@v6.0.3...v6.1.0

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

v6.0.1

What's Changed

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.1

v7.0.0

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

... (truncated)

Commits

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 Jun 25, 2026
@oratis

oratis commented Aug 2, 2026

Copy link
Copy Markdown
Owner

@dependabot rebase

Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v6...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  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-7 branch from cb3558a to 8f4b4e8 Compare August 2, 2026 06:51
@oratis

oratis commented Aug 2, 2026

Copy link
Copy Markdown
Owner

Review: approved ✅

actions/checkout v6 → v7 across all 6 occurrences in ci.yml and release.yml.

v7 is a Node 24 runtime bump requiring runner ≥ 2.327.1. This repo uses GitHub-hosted runners exclusively (ubuntu-latest / macos-latest), which are well past that, so there is no self-hosted-runner exposure.

One thing I checked specifically, because it matters for release.yml: the release-notes step runs git describe --tags --abbrev=0 HEAD^, which depends on checkout's tag/history behavior. v7 does not change the default fetch-depth: 1 or tag-fetching semantics, so that step behaves as before.

Note: rebased onto the merged #180–#210 stack first. That was necessary rather than cosmetic — the original branch predated the release-gate jobs added in #208, so merging it unrebased would have bumped only the checkout steps that existed in June and silently left the new jobs on v6. Post-rebase the diff covers all 6.

Rebased, CI green.

@oratis
oratis merged commit 46cbcc1 into main Aug 2, 2026
5 checks passed
@dependabot
dependabot Bot deleted the dependabot/github_actions/actions/checkout-7 branch August 2, 2026 06:55
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.

1 participant