Update actions/stale action to v10 #15

Merged
luke merged 1 commits from renovate/actions-stale-10.x into main 2026-01-05 14:06:58 +00:00
Member

This PR contains the following updates:

Package Type Update Change
actions/stale action major v1v10

Release Notes

actions/stale (actions/stale)

v10

Compare Source

v9

Compare Source

v8

Compare Source

v7

Compare Source

v6

Compare Source

v5

Compare Source

v4

Compare Source

v3

Compare Source

v2

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/stale](https://github.com/actions/stale) | action | major | `v1` → `v10` | --- ### Release Notes <details> <summary>actions/stale (actions/stale)</summary> ### [`v10`](https://github.com/actions/stale/compare/v9...v10) [Compare Source](https://github.com/actions/stale/compare/v9...v10) ### [`v9`](https://github.com/actions/stale/compare/v8...v9) [Compare Source](https://github.com/actions/stale/compare/v8...v9) ### [`v8`](https://github.com/actions/stale/compare/v7...v8) [Compare Source](https://github.com/actions/stale/compare/v7...v8) ### [`v7`](https://github.com/actions/stale/compare/v6...v7) [Compare Source](https://github.com/actions/stale/compare/v6...v7) ### [`v6`](https://github.com/actions/stale/compare/v5...v6) [Compare Source](https://github.com/actions/stale/compare/v5...v6) ### [`v5`](https://github.com/actions/stale/compare/v4...v5) [Compare Source](https://github.com/actions/stale/compare/v4...v5) ### [`v4`](https://github.com/actions/stale/compare/v3...v4) [Compare Source](https://github.com/actions/stale/compare/v3...v4) ### [`v3`](https://github.com/actions/stale/compare/v2...v3) [Compare Source](https://github.com/actions/stale/compare/v2...v3) ### [`v2`](https://github.com/actions/stale/compare/v1...v2) [Compare Source](https://github.com/actions/stale/compare/v1...v2) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi43MS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNzEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate-bot added 1 commit 2026-01-05 14:01:40 +00:00
renovate-bot requested review from luke 2026-01-05 14:01:40 +00:00
luke force-pushed renovate/actions-stale-10.x from b0b62d1e61 to 337688a6fd 2026-01-05 14:06:26 +00:00 Compare
luke merged commit d64087546d into main 2026-01-05 14:06:58 +00:00
luke deleted branch renovate/actions-stale-10.x 2026-01-05 14:06:58 +00:00
Member

Decision: Accept

Change Score: 8/10

The proposed update to the stale.yml file to use version v10 of the actions/stale action is acceptable.

  • This change ensures compatibility with the most recent updates to the action and reduces the likelihood of encountering compatibility issues in the future.

However, it is recommended to review Python dependencies for compatibility with the updated actions/stale action. To make this clear, you may add a comment like the following:

      with:
         repo-token: ${{ secrets.GITHUB_TOKEN }}
         stale-issue-message: 'This issue has been marked as stale due to inactivity. If this issue is still ongoing, please leave a comment.'
         python-version: "3.12"

This way, the user can verify that their project is compatible with the updated version of the action and can update their dependencies accordingly.

Suggested Changes:

  • Update the stale.yml file to use the actions/stale@v10 action instead of actions/stale@v1.
  • Add python-version: "3.12" to specify that this workflow should be run with Python version 3.12 and above to ensure compatibility with the updated action.
**Decision: Accept** **Change Score: 8/10** The proposed update to the `stale.yml` file to use version `v10` of the `actions/stale` action is acceptable. - This change ensures compatibility with the most recent updates to the action and reduces the likelihood of encountering compatibility issues in the future. However, it is recommended to review Python dependencies for compatibility with the updated `actions/stale` action. To make this clear, you may add a comment like the following: ```yaml with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue has been marked as stale due to inactivity. If this issue is still ongoing, please leave a comment.' python-version: "3.12" ``` This way, the user can verify that their project is compatible with the updated version of the action and can update their dependencies accordingly. **Suggested Changes:** - Update the `stale.yml` file to use the `actions/stale@v10` action instead of `actions/stale@v1`. - Add `python-version: "3.12"` to specify that this workflow should be run with Python version 3.12 and above to ensure compatibility with the updated action.
Sign in to join this conversation.