ci(deps): bump the github-actions group with 4 updates - #476
Merged
PathGao merged 1 commit intoAug 6, 2026
Conversation
Bumps the github-actions group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-node](https://github.com/actions/setup-node), [softprops/action-gh-release](https://github.com/softprops/action-gh-release) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/checkout` from 4 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v7) Updates `actions/setup-node` from 4 to 7 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4...v7) Updates `softprops/action-gh-release` from 2 to 3 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v2...v3) Updates `actions/upload-artifact` from 4 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
deleted the
dependabot/github_actions/github-actions-33b83dfc6f
branch
August 6, 2026 01:52
PathGao
added a commit
that referenced
this pull request
Aug 6, 2026
…#484) #472 gave each ecosystem one grouped pull request a month with `patterns: ['*']` and no `update-types` filter. The first run showed what that grouping actually covers: | PR | contents | crossed | |------|-----------|-----------------------------------------------------| | #476 | 4 actions | major tags v4 -> v7, merged | | #477 | 11 npm | TypeScript 5.6 -> 7.0, Vite 6 -> 8 | | #478 | 17 crates | tauri-plugin-prevent-default 2 -> 5, notify 6 -> 8 | Nothing failed. Dependabot's schema check accepts the config, and the result is a `chore(deps)` title wrapped around a toolchain migration -- a diff whose per-dependency changelogs are the review, presented as a batch that cannot be split, bisected, or reverted per dependency. So each group now takes `update-types: [minor, patch]`. Majors fall outside every group and arrive one pull request per dependency, each carrying its own changelog. That is the documented shape: "Example: Individual pull requests for major updates and grouped for minor/patch updates" in GitHub's guide to optimizing pull request creation, whose stated result is "All major updates will continue to be raised as individual pull requests." `update-types` alone does not suppress anything. The next example in the same guide, the one titled "no pull requests for major updates", starts from this exact group and reaches that outcome by *adding* an `ignore` condition on `version-update:semver-major`. That condition is deliberately not written here: an `ignore` is a permanent, repo-invisible mute, and the point of this change is to make majors visible one at a time, not to stop hearing about them. `open-pull-requests-limit` goes 2 -> 4 because the shape of a run changed. Two was sized for "one grouped pull request, plus headroom for a stale one". With majors opening individually the file now holds one grouped pull request plus n majors, and a limit of 2 leaves room for exactly one of them. One caveat, which is in the config comment because it is invisible from the config: on a run where a grouped pull request is already open, Dependabot marks every dependency matching the group's `patterns` as handled before it consults `update-types`, so that run opens no individual major pull requests at all. They appear on the first run after the grouped pull request is merged or closed. Majors are deferred by an unreviewed batch, not dropped by it. Separately, and recorded in the config comment because nothing else in the repository says it: `tauri build` fails when a Tauri plugin's crate and npm halves disagree on major *or minor*, and Dependabot puts those two halves in two different pull requests. #478 is red on Linux and macOS for exactly that -- `tauri-plugin-dialog (v2.7.2) : @tauri-apps/plugin-dialog (v2.6.0)`, the npm half sitting in #477. That coupling is not a semver problem and this change does not fix it; the pair has to be merged as a pair. The github-actions comment is corrected while it is being rewritten: it claimed all five actions are tracked by major tag. Four are; `dtolnay/rust-toolchain@stable` carries no version for Dependabot to compare. scripts/dependabotConfig.test.ts locks the four properties this file has that a reader cannot see: no group lists or admits `major`, every group stays `applies-to: version-updates` so a security advisory never waits for the monthly batch, the `interval` matches the cadence the header comment promises, and the limit stays above the point where the queue becomes invisible. Each was verified to fail by breaking the property it claims to protect. `ecosystemBlocks()` asserts it found blocks, because every check is a `for` over its result and a `for` over an empty list passes. Measured: an extra space in each `- package-ecosystem:` line left four of the five checks green. Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
This was referenced Aug 6, 2026
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the github-actions group with 4 updates: actions/checkout, actions/setup-node, softprops/action-gh-release and actions/upload-artifact.
Updates
actions/checkoutfrom 4 to 7Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
3d3c42eprep v7.0.1 release (#2531)2880268escape values passed to --unset (#2530)12cd223trim only ascii whitespace for branch (#2521)62661c4skip running unsafe pr check if input is default (#2518)e8d4307Bump the minor-actions-dependencies group with 2 updates (#2499)631c942eslint 9 (#2474)4f1f4aeBump actions/upload-artifact from 4 to 7 (#2476)ba09753Bump actions/checkout from 6 to 7 (#2488)b9e0990Bump docker/login-action from 3.3.0 to 4.2.0 (#2479)e8cb398Bump docker/build-push-action from 6.5.0 to 7.2.0 (#2478)Updates
actions/setup-nodefrom 4 to 7Release notes
Sourced from actions/setup-node's releases.
... (truncated)
Commits
8207627Migrate to ESM and upgrade dependencies (#1574)04be95cAdd cache-primary-key and cache-matched-key as outputs (#1577)7c2c68ddocs: Update caching recommendations to mitigate cache poisoning risks (#1567)6a61c03Merge pull request #1569 from jasongin/update-actions-cache-5.1.030eb73bResolve high-severity audit issues4e1a87aUpdate dist360237fStrict equality4f8aac5Bump@actions/cacheto 5.1.0, log cache write deniedf4a67bbOnly usemirrorTokeningetManifestif it's provided (#1548)0355742Remove dummy NODE_AUTH_TOKEN export (#1558)Updates
softprops/action-gh-releasefrom 2 to 3Release notes
Sourced from softprops/action-gh-release's releases.
... (truncated)
Changelog
Sourced from softprops/action-gh-release's changelog.
Commits
3d0d988release 3.0.2 (#818)7e13ed4fix: clarify release creation 404 errors (#817)e6c70a5fix: replace existing release assets on Gitea (#816)f345337fix: publish existing draft releases as prereleases (#801)d8a89a2fix: upload small checksum assets reliably (#815)45ece40chore(deps): remove unused TypeScript tooling (#814)f6b913cfeat: improve release error reporting and test coverage (#813)15f193dchore(deps): upgrade TypeScript to 7 (#812)cc8268dchore(deps): bump actions/checkout in the github-actions group (#810)fd0ed1echore(deps): bump the npm group with 3 updates (#811)Updates
actions/upload-artifactfrom 4 to 7Release notes
Sourced from actions/upload-artifact's releases.
... (truncated)
Commits
043fb46Merge pull request #797 from actions/yacaovsnc/update-dependency634250cInclude changes in typespec/ts-http-runtime 0.3.5e454baaReadme: bump all the example versions to v7 (#796)74fad66Update the readme with direct upload details (#795)bbbca2dSupport direct file uploads (#764)589182cUpgrade the module to ESM and bump dependencies (#762)47309c9Merge pull request #754 from actions/Link-/add-proxy-integration-tests02a8460Add proxy integration testb7c566aMerge pull request #745 from actions/upload-artifact-v6-releasee516bc8docs: correct description of Node.js 24 support in READMEDependabot 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions