build(deps): Bump actions/setup-dotnet from 5.4.0 to 6.0.0 - #339
build(deps): Bump actions/setup-dotnet from 5.4.0 to 6.0.0#339dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5.4.0 to 6.0.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v5.4.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Bug Scan Summary
Date: 2026-07-19
Commits inspected: b2ea5cb..31243917 (1 commit — PR #339 only)
Result: No critical bugs found in this PR.
Scope of this PR
PR #339 bumps actions/setup-dotnet from v5.4.0 → v6.0.0 in four workflow files (build.yml, codeql.yml, pre-commit.yml, release.yml). No application/runtime code is touched.
setup-dotnet v6 is an internal ESM migration with no input/output/behavior changes per upstream release notes. This is CI infrastructure only and does not affect production correctness paths.
Master re-check (outside this PR)
Re-traced the two import-finalize regressions introduced in f49384b (v6.12.4) on origin/master:
- Branch 14
IsFileFilteredgate —TryFinalizeImportedTorrentAsynconly runs inside Branch 14, which still requiresIsFileFilteredfor already-imported rows. Torrents first seen complete (cross-seeds, manual adds) skip Branch 9 file filtering, so Arr-confirmed imports can stall forever withImported=falseandAutoDeletenever firing. IsImportedAsyncfail-open — Arr queue API errors are swallowed and the method returnstrue("imported"), which can prematurely mark DB rows and triggerAutoDeletewhile the item is still queued.
Both remain on master; fix already exists in draft PR #330 (cursor/bug-finding-automation-2303, commit f2d674f).
Deduplication check
- Open PRs searched:
IsFileFiltered,IsImportedAsync,import finalize,setup-dotnet→ PR #330 (import fix draft), #339 (this PR), #322/#332/#334/#336/#340/#341 (dep-only) - Recently merged PRs (14d): dep-only (#329, #331, #333, #335, #337, #338); no import-fix merge
- Open issues searched:
IsFileFiltered import,IsImportedAsync→ no tracking issues; fix tracked in PR #330 - Conclusion: No new fix needed for this PR. Import regressions already have a draft fix elsewhere.
Action taken: None on this PR. Safe to merge from a production-correctness standpoint.
Sent by Cursor Automation: Torrentarr - Find critical bugs


Bumps actions/setup-dotnet from 5.4.0 to 6.0.0.
Release notes
Sourced from actions/setup-dotnet's releases.
Commits
a98b568chore(deps): bump@actions/cacheto 6.2.0 (#756)afb2931Bump actions/checkout from 6.0.3 to 7.0.0 (#751)6df8cefMigrate to ESM and upgrade dependencies (#752)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)