Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps actions/stale from 9 to 10.

Release notes

Sourced from actions/stale's releases.

v10.0.0

What's Changed

Breaking Changes

Enhancement

Dependency Upgrades

Documentation changes

New Contributors

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

v9.1.0

What's Changed

New Contributors

Full Changelog: actions/stale@v9...v9.1.0

Changelog

Sourced from actions/stale's changelog.

Changelog

[10.1.0]

What's Changed

[10.0.0]

What's Changed

Breaking Changes

Enhancement

Dependency Upgrades

Documentation changes

[9.1.0]

What's Changed

[9.0.0]

Breaking Changes

  1. Action is now stateful: If the action ends because of operations-per-run then the next run will start from the first unprocessed issue skipping the issues processed during the previous run(s). The state is reset when all the issues are processed. This should be considered for scheduling workflow runs.
  2. Version 9 of this action updated the runtime to Node.js 20. All scripts are now run with Node.js 20 instead of Node.js 16 and are affected by any breaking changes between Node.js 16 and 20.

... (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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added the 🤖 Dependencies Pull requests that update a dependency file label Dec 1, 2025
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Dec 1, 2025

Greptile Overview

Greptile Summary

Dependency update upgrading actions/stale from v9 to v10 for automated PR staleness management.

Key Changes:

  • Updated action version from @v9 to @v10 in .github/workflows/stale.yml
  • No configuration changes made to the workflow
  • Maintains existing behavior: marks PRs stale after 14 days, closes after 7 more days of inactivity

Version 10 Breaking Changes:

  • Upgraded to Node.js 24 (requires runner v2.327.1 or later)
  • Action is now stateful (resumes processing from previous run if interrupted)

Compatibility:

  • Workflow uses ubuntu-latest runner, which automatically provides compatible runner versions
  • No action required for runner compatibility

New Features in v10:

  • Enhanced sort-by option for issue/PR processing order
  • only-issue-types filter for more granular control
  • Security fixes including critical form-data vulnerability patch
  • Multiple dependency upgrades for security and stability

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk - it's a straightforward dependency version bump with no behavioral changes
  • Score reflects: (1) simple one-line version change, (2) no configuration or behavioral modifications, (3) automatic runner compatibility via ubuntu-latest, (4) upgrade includes security fixes, (5) Dependabot-generated with standard testing, (6) breaking changes (Node 24 upgrade, stateful behavior) are transparent and handled automatically
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
.github/workflows/stale.yml 5/5 Simple version bump from v9 to v10 of actions/stale with no configuration changes

Sequence Diagram

sequenceDiagram
    participant GHA as GitHub Actions
    participant Runner as ubuntu-latest Runner
    participant Stale as actions/stale@v10
    participant PR as Pull Requests
    
    Note over GHA: Daily cron (0 0 * * *) or manual trigger
    GHA->>Runner: Start workflow
    Runner->>Stale: Execute stale action
    Stale->>PR: Check all PRs for inactivity
    alt PR inactive for 14 days
        Stale->>PR: Add "stale" label
        Stale->>PR: Post stale message
        alt PR still inactive for 7 more days
            Stale->>PR: Post close message
            Stale->>PR: Close PR
        end
    end
    Note over Stale,PR: Exempt: keep-open, important labels
Loading

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

1 file reviewed, no comments

Edit Code Review Agent Settings | Greptile

Bumps [actions/stale](https://github.com/actions/stale) from 9 to 10.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@v9...v10)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-version: '10'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/stale-10 branch from c315e26 to ad331fc Compare December 3, 2025 04:33
@hengfeiyang hengfeiyang merged commit f7f3a0d into main Dec 4, 2025
16 checks passed
@hengfeiyang hengfeiyang deleted the dependabot/github_actions/actions/stale-10 branch December 4, 2025 03:57
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants