Skip to content

chore(deps): bump actions/stale from 10.4.0 to 11.0.0 - #20935

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/stale-11.0.0
Open

chore(deps): bump actions/stale from 10.4.0 to 11.0.0#20935
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/stale-11.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 29, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/stale from 10.4.0 to 11.0.0.

Release notes

Sourced from actions/stale's releases.

v11.0.0

What's Changed

Enhancement

Dependency Update

Full Changelog: actions/stale@v10...v11.0.0

Commits
  • 4391f3d Fix 24 high severity vulnerabilities by overriding brace-expansion to 5.0.8 (...
  • eaf9131 refactor: update imports to use ES module syntax and improve test structure (...
  • See full diff in compare view

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/stale](https://github.com/actions/stale) from 10.4.0 to 11.0.0.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@1e223db...4391f3d)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-version: 11.0.0
  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 maintenance labels Jul 29, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 29, 2026 06:12
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file maintenance labels Jul 29, 2026
@mozilla-blender

Copy link
Copy Markdown
Contributor

Reviewing this major version bump. Workflow run

@mozilla-blender mozilla-blender 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.

APPROVED: auto-merge: major bump evaluated as safe (high confidence).

Reason: actions/stale is used in exactly one place: the scheduled workflow .github/workflows/close-stale-prs.yml. The v11.0.0 breaking change is an internal migration to ESM plus a transitive dependency override (brace-expansion -> 5.0.8 for vulnerability fixes). Neither changes the action's public input interface. The inputs consumed here (repo-token, days-before-issue-stale, stale-pr-message, stale-pr-label) are long-stable and unaffected. The change is a pinned-SHA/tag bump in a single cron workflow that has no effect on the FxA build/test pipeline. All completed CI checks pass; the in-progress and on-hold gated jobs are unrelated to this scheduled workflow change.

Breaking changes: Migrate to ESM and update dependencies (actions/stale#1350) — internal implementation change to the action's bundled runtime; does not change action inputs/outputs.; Override brace-expansion to 5.0.8 to address 24 high-severity dependency vulnerabilities (actions/stale#1351) — internal transitive dependency bump, no interface impact.
Test coverage: No repository unit/integration tests exercise this GitHub Action; it is a third-party action invoked only by a scheduled (cron) workflow. Workflow YAML is validated by actionlint, zizmor, and yamllint. The used inputs are unchanged in v11, and no consumer code depends on the action's internals, so the ESM migration cannot break this usage. The action's own behavior is not run in this PR's CI (it fires only on schedule).

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 maintenance

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants