build(deps): bump actions/stale from 10 to 11 in the github-actions group across 1 directory - #175
Conversation
Bumps the github-actions group with 1 update in the / directory: [actions/stale](https://github.com/actions/stale). Updates `actions/stale` from 10 to 11 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@v10...v11) --- updated-dependencies: - dependency-name: actions/stale dependency-version: '11' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
|
Codex review: needs maintainer review before merge. Reviewed August 2, 2026, 2:21 AM ET / 06:21 UTC. ClawSweeper reviewWhat this changesUpdates all three Merge readinessThe patch is a clean, configuration-preserving Dependabot upgrade, but it changes the scheduled workflow that automatically labels and closes repository items. Current source shows the workflow uses GitHub-hosted Priority: P3 Review scores
Verification
How this fits togetherThe stale workflow runs daily and on manual dispatch to apply the repository’s inactive-item policy. It feeds GitHub issue and pull-request activity into three action invocations for unassigned items, assigned issues, and assigned pull requests. flowchart LR
A[Repository activity] --> B[Scheduled stale workflow]
B --> C[Unassigned items]
B --> D[Assigned issues]
B --> E[Assigned pull requests]
C --> F[Stale action v11]
D --> F
E --> F
F --> G[Labels and closure messages]
Before merge
Agent review detailsSecurityNone. Review metrics
Merge-risk optionsMaintainer options:
Technical reviewBest possible solution: Keep the existing three stale-policy configurations intact and merge the v11 upgrade after acknowledging that the GitHub-hosted runner is the intended supported execution environment. Do we have a high-confidence way to reproduce the issue? Not applicable: this is a dependency-update PR rather than a report of broken product behavior. Source inspection confirms the exact workflow surface and that the patch changes only its action version references. Is this the best way to solve the issue? Yes. Updating the three existing references is the narrowest maintainable path because it preserves the repository’s established stale-policy configuration and permission boundary. AGENTS.md: found and applied where relevant. Codex review notes: model internal, reasoning high; reviewed against 74935a58c387. LabelsLabel changes:
Label justifications:
EvidenceWhat I checked:
Likely related people:
Rank-up movesOptional improvements that raise the rating; they are not merge blockers.
Rating scale
Overall follows the weaker of proof and patch quality. Workflow
|
Bumps the github-actions group with 1 update in the / directory: actions/stale.
Updates
actions/stalefrom 10 to 11Release notes
Sourced from actions/stale's releases.
... (truncated)
Changelog
Sourced from actions/stale's changelog.
... (truncated)
Commits
4391f3dFix 24 high severity vulnerabilities by overriding brace-expansion to 5.0.8 (...eaf9131refactor: update imports to use ES module syntax and improve test structure (...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 <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