Skip to content

build(deps): bump actions/checkout from 6 to 7#285

Merged
cursor[bot] merged 1 commit into
masterfrom
dependabot/github_actions/actions/checkout-7
Jun 22, 2026
Merged

build(deps): bump actions/checkout from 6 to 7#285
cursor[bot] merged 1 commit into
masterfrom
dependabot/github_actions/actions/checkout-7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 21, 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.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

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

Changelog

Sourced from actions/checkout's changelog.

Changelog

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

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)

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 added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 21, 2026

@cursor cursor Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Bug Scan Summary

Date: 2026-06-21
Commits inspected: PR #285 (e045e4b..46cff23); master delta e045e4b..34c8e02 (@mantine/hooks 9.3.1→9.3.2)
Result: No critical bugs found.

PR #285actions/checkout v6 → v7

Reviewed all 9 workflow files touched by this bump and traced each checkout call against v7’s documented breaking change (fork PR checkout blocked on pull_request_target / workflow_run unless allow-unsafe-pr-checkout: true).

Workflow / job Trigger Fork PR checkout? v7 impact
dependabot-auto-merge.yml pull_request_target No checkout step None
docs.yml build workflow_run (+ others) Default base-repo ref only None
build.yml docker-pr pull_request Yes (head.repo) Not affected — v7 block applies only to pull_request_target / workflow_run
All other jobs push, pull_request, schedule, workflow_dispatch No fork checkout None

This is a CI-only dependency bump with no application-code changes. No data-loss, auth-bypass, crash, or race-condition paths identified.

Master since last scan (34c8e02)

Patch bump @mantine/hooks 9.3.1→9.3.2 — lockfile-only; no runtime logic changes. Below critical-confidence bar.

Deduplication: Open draft fixes remain for known pre-existing issues (#281 Imported scoping, #282 CHANGE_ME placeholder drop, #283 PasswordHash section-replace). No competing fix PR opened.

Open in Web View Automation 

Sent by Cursor Automation: Torrentarr - Find critical bugs

@cursor cursor Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

PR Validation (Cursor Automation)

Recommendation: Merge
Primary reason: Clean workflow-only Dependabot bump; local merge with current master was conflict-free, and backend/frontend validation passed.

Gates

Gate Status Notes
Merge conflicts Pass origin/master merged into origin/dependabot/github_actions/actions/checkout-7 cleanly; conflicts: none.
dotnet build Pass Release build succeeded with 0 errors. Existing warnings were not introduced by this workflow-only PR.
dotnet test (non-live) Pass 759 passed, 0 failed, 0 skipped across Core, Host, and Infrastructure tests.
vitest Pass 154 passed across 16 frontend test files.

Validation

Axis Score Notes
Purpose Pass Keeps GitHub workflows current by bumping actions/checkout from v6 to v7.
Correctness Pass Minimal version-only changes; existing checkout options and workflow structure are preserved.
Tests Pass No runtime behavior changes; full requested backend and frontend suites passed on the locally merged tree.
Hygiene Pass Scope is limited to 8 workflow files with no source, lockfile, or generated-file noise.
Overlap Pass No other open PR found for the same actions/checkout bump; known 2026-06-15 duplicate winners are unrelated.

Why

The effective PR diff after merging current master is limited to replacing actions/checkout@v6 with actions/checkout@v7 in GitHub workflow files. The merge was clean, the Release build succeeded, and both non-live .NET tests and Vitest passed.

Note: docs/audits/pr-triage-*.md is not present on current master because the docs/audits directory has been removed; validation used the prompt-provided known-winner list plus an open-PR overlap search.

Overlap

None.

Commands run

  • git fetch origin master
  • git fetch origin dependabot/github_actions/actions/checkout-7
  • git checkout -B pr-validate origin/dependabot/github_actions/actions/checkout-7
  • git merge origin/master
  • rg "actions/checkout@" ".github/workflows"
  • gh pr list --state open --search "actions/checkout" --json number,title,url,headRefName,author
  • dotnet restore (initial PATH check failed because dotnet was unavailable)
  • curl ... dotnet-install.sh --version 10.0.100 --install-dir /tmp/dotnet --no-path
  • /tmp/dotnet/dotnet restore
  • /tmp/dotnet/dotnet build -c Release
  • /tmp/dotnet/dotnet test -c Release --no-build --filter "Category!=Live"
  • cd webui && npm ci && npx vitest run
Open in Web View Automation 

Sent by Cursor Automation: Torrentarr PR validation triage

@cursor cursor Bot merged commit d0b010e into master Jun 22, 2026
15 checks passed
@dependabot dependabot Bot deleted the dependabot/github_actions/actions/checkout-7 branch June 22, 2026 13:30
cursor Bot pushed a commit that referenced this pull request Jun 22, 2026
Inspects all open PRs (#280-#283, #285, #292-#293, #296, #300) with
local CI-equivalent checks, per-PR verdicts, merge order, and #280
feature-slice breakdown.

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: Feramance <Feramance@users.noreply.github.com>
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.

0 participants