chore(deps): update actions/stale action to v11 #162

Open
renovate wants to merge 1 commit from renovate/actions-stale-11.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
actions/stale action major v7v11

Release Notes

actions/stale (actions/stale)

v11.0.0

Compare Source

What's Changed

Enhancement
Dependency Update
  • Override brace-expansion to 5.0.8 to address 24 high-severity dependency vulnerabilities by @​dependabot in #​1351

Full Changelog: https://github.com/actions/stale/compare/v10...v11.0.0

v11

Compare Source

v10.4.0

Compare Source

What's Changed

Bug Fix
Dependency Updates
  • Bump undici to 6.27.0 via override, clean up stale license files, and version to 10.4.0. by @​dependabot in #​1342

New Contributors

Full Changelog: https://github.com/actions/stale/compare/v10.3.0...v10.4.0

v10.3.0

Compare Source

What's Changed

Bug Fix
Dependency Updates

New Contributors

Full Changelog: https://github.com/actions/stale/compare/v10...v10.3.0

v10.2.0

Compare Source

What's Changed

Bug Fix
Dependency Updates

New Contributors

Full Changelog: https://github.com/actions/stale/compare/v10...v10.2.0

v10.1.1

Compare Source

What's Changed

Bug Fix
Improvement
Dependency Upgrades

New Contributors

Full Changelog: https://github.com/actions/stale/compare/v10...v10.1.1

v10.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/actions/stale/compare/v10...v10.1.0

v10.0.0

Compare Source

What's Changed

Breaking Changes
Enhancement
Dependency Upgrades
Documentation changes

New Contributors

Full Changelog: https://github.com/actions/stale/compare/v9...v10.0.0

v10

Compare Source

v9.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/actions/stale/compare/v9...v9.1.0

v9.0.0

Compare Source

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.

What Else Changed

  1. Performance optimization that removes unnecessary API calls by @​dsame #​1033 fixes #​792
  2. Logs displaying current github API rate limit by @​dsame #​1032 addresses #​1029

For more information, please read the action documentation and its section about statefulness

New Contributors

Full Changelog: https://github.com/actions/stale/compare/v8...v9.0.0

v9

Compare Source

v8.0.0

Compare Source

⚠️ This version contains breaking changes ⚠️

What's Changed

  • New option labels-to-remove-when-stale enables users to specify list of comma delimited labels that will be removed when the issue or PR becomes stale by @​panticmilos #​770
  • Skip deleting the branch in the upstream of a forked repo by @​dsame #​913
  • abort the build on the error by @​dsame in #​935

Breaking Changes

  • In this release we prevent scenarios when the build is not interrupted on some exceptions, which led to successful builds when they are supposed to fail

Example

name: 'Remove labels when the issue or PR becomes stale'
on:
  schedule:
    - cron: '30 1 * * *'

permissions:
    pull-requests: write

jobs:
  stale:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/stale@v8
        with:
          labels-to-remove-when-stale: 'label1,label2'

v8

Compare Source


Configuration

📅 Schedule: (UTC)

  • 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 Mend Renovate CLI.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/stale](https://github.com/actions/stale) | action | major | `v7` → `v11` | --- ### Release Notes <details> <summary>actions/stale (actions/stale)</summary> ### [`v11.0.0`](https://github.com/actions/stale/releases/tag/v11.0.0) [Compare Source](https://github.com/actions/stale/compare/v11.0.0...v11.0.0) #### What's Changed ##### Enhancement - Migrate to ESM and update dependencies by [@&#8203;chiranjib-swain](https://github-grid.enterprise.slack.com/team/U08CVLQ4JKE) in [#&#8203;1350](https://github.com/actions/stale/pull/1350) ##### Dependency Update - Override brace-expansion to 5.0.8 to address 24 high-severity dependency vulnerabilities by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1351](https://github.com/actions/stale/pull/1351) **Full Changelog**: <https://github.com/actions/stale/compare/v10...v11.0.0> ### [`v11`](https://github.com/actions/stale/compare/v10.4.0...v11.0.0) [Compare Source](https://github.com/actions/stale/compare/v10.4.0...v11.0.0) ### [`v10.4.0`](https://github.com/actions/stale/releases/tag/v10.4.0) [Compare Source](https://github.com/actions/stale/compare/v10.3.0...v10.4.0) #### What's Changed ##### Bug Fix - Fixed `only-issue-types` validation by [@&#8203;trueberryless](https://github.com/trueberryless) in [#&#8203;1338](https://github.com/actions/stale/pull/1338) ##### Dependency Updates - Bump undici to 6.27.0 via override, clean up stale license files, and version to 10.4.0. by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1342](https://github.com/actions/stale/pull/1342) #### New Contributors - [@&#8203;trueberryless](https://github.com/trueberryless) made their first contribution in [#&#8203;1338](https://github.com/actions/stale/pull/1338) **Full Changelog**: <https://github.com/actions/stale/compare/v10.3.0...v10.4.0> ### [`v10.3.0`](https://github.com/actions/stale/releases/tag/v10.3.0) [Compare Source](https://github.com/actions/stale/compare/v10.2.0...v10.3.0) #### What's Changed ##### Bug Fix - Enhancement: ignore stale labeling events by [@&#8203;shamoon](https://github.com/shamoon) in [#&#8203;1311](https://github.com/actions/stale/pull/1311) ##### Dependency Updates - Upgrade dependencies ([@&#8203;actions/core](https://github.com/actions/core), [@&#8203;octokit/plugin-retry](https://github.com/octokit/plugin-retry), [@&#8203;typescript-eslint](https://github.com/typescript-eslint)) by [@&#8203;Copilot](https://github.com/Copilot) in [#&#8203;1335](https://github.com/actions/stale/pull/1335) #### New Contributors - [@&#8203;shamoon](https://github.com/shamoon) made their first contribution in [#&#8203;1311](https://github.com/actions/stale/pull/1311) **Full Changelog**: <https://github.com/actions/stale/compare/v10...v10.3.0> ### [`v10.2.0`](https://github.com/actions/stale/releases/tag/v10.2.0) [Compare Source](https://github.com/actions/stale/compare/v10.1.1...v10.2.0) #### What's Changed ##### Bug Fix - Fix checking state cache (fix [#&#8203;1136](https://github.com/actions/stale/issues/1136)) and switch to Octokit helper methods by [@&#8203;itchyny](https://github.com/itchyny) in [#&#8203;1152](https://github.com/actions/stale/pull/1152) ##### Dependency Updates - Upgrade js-yaml from 4.1.0 to 4.1.1 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1304](https://github.com/actions/stale/pull/1304) - Upgrade lodash from 4.17.21 to 4.17.23 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1313](https://github.com/actions/stale/pull/1313) - Upgrade actions/cache from 4.0.3 to 5.0.2 and actions/github from 5.1.1 to 7.0.0 by [@&#8203;chiranjib-swain](https://github.com/chiranjib-swain) in [#&#8203;1312](https://github.com/actions/stale/pull/1312) #### New Contributors - [@&#8203;itchyny](https://github.com/itchyny) made their first contribution in [#&#8203;1152](https://github.com/actions/stale/pull/1152) **Full Changelog**: <https://github.com/actions/stale/compare/v10...v10.2.0> ### [`v10.1.1`](https://github.com/actions/stale/releases/tag/v10.1.1) [Compare Source](https://github.com/actions/stale/compare/v10.1.0...v10.1.1) #### What's Changed ##### Bug Fix - Add Missing Input Reading for `only-issue-types` by [@&#8203;Bibo-Joshi](https://github.com/Bibo-Joshi) in [#&#8203;1298](https://github.com/actions/stale/pull/1298) ##### Improvement - Improves error handling when rate limiting is disabled on GHES. by [@&#8203;chiranjib-swain](https://github.com/chiranjib-swain) in [#&#8203;1300](https://github.com/actions/stale/pull/1300) ##### Dependency Upgrades - Upgrade eslint-config-prettier from 8.10.0 to 10.1.8 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1276](https://github.com/actions/stale/pull/1276) - Upgrade [@&#8203;types/node](https://github.com/types/node) from 20.10.3 to 24.2.0 and document breaking changes in v10 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1280](https://github.com/actions/stale/pull/1280) - Upgrade actions/publish-action from 0.3.0 to 0.4.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1291](https://github.com/actions/stale/pull/1291) - Upgrade actions/checkout from 4 to 6 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1306](https://github.com/actions/stale/pull/1306) #### New Contributors - [@&#8203;chiranjib-swain](https://github.com/chiranjib-swain) made their first contribution in [#&#8203;1300](https://github.com/actions/stale/pull/1300) **Full Changelog**: <https://github.com/actions/stale/compare/v10...v10.1.1> ### [`v10.1.0`](https://github.com/actions/stale/releases/tag/v10.1.0) [Compare Source](https://github.com/actions/stale/compare/v10...v10.1.0) #### What's Changed - Add `only-issue-types` option to filter issues by type by [@&#8203;Bibo-Joshi](https://github.com/Bibo-Joshi) in [#&#8203;1255](https://github.com/actions/stale/pull/1255) #### New Contributors - [@&#8203;Bibo-Joshi](https://github.com/Bibo-Joshi) made their first contribution in [#&#8203;1255](https://github.com/actions/stale/pull/1255) **Full Changelog**: <https://github.com/actions/stale/compare/v10...v10.1.0> ### [`v10.0.0`](https://github.com/actions/stale/releases/tag/v10.0.0) [Compare Source](https://github.com/actions/stale/compare/v10...v10) #### What's Changed ##### Breaking Changes - Upgrade to node 24 by [@&#8203;salmanmkc](https://github.com/salmanmkc) in [#&#8203;1279](https://github.com/actions/stale/pull/1279) Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. [Release Notes](https://github.com/actions/runner/releases/tag/v2.327.1) ##### Enhancement - Introducing sort-by option by [@&#8203;suyashgaonkar](https://github.com/suyashgaonkar) in [#&#8203;1254](https://github.com/actions/stale/pull/1254) ##### Dependency Upgrades - Upgrade actions/publish-immutable-action from 0.0.3 to 0.0.4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1186](https://github.com/actions/stale/pull/1186) - Upgrade undici from 5.28.4 to 5.28.5 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1201](https://github.com/actions/stale/pull/1201) - Upgrade [@&#8203;action/cache](https://github.com/action/cache) from 4.0.0 to 4.0.2 by [@&#8203;aparnajyothi-y](https://github.com/aparnajyothi-y) in [#&#8203;1226](https://github.com/actions/stale/pull/1226) - Upgrade [@&#8203;action/cache](https://github.com/action/cache) from 4.0.2 to 4.0.3 by [@&#8203;suyashgaonkar](https://github.com/suyashgaonkar) in [#&#8203;1233](https://github.com/actions/stale/pull/1233) - Upgrade undici from 5.28.5 to 5.29.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1251](https://github.com/actions/stale/pull/1251) - Upgrade form-data to bring in fix for critical vulnerability by [@&#8203;gowridurgad](https://github.com/gowridurgad) in [#&#8203;1277](https://github.com/actions/stale/pull/1277) ##### Documentation changes - Changelog update for recent releases by [@&#8203;suyashgaonkar](https://github.com/suyashgaonkar) in [#&#8203;1224](https://github.com/actions/stale/pull/1224) - Permissions update in Readme by [@&#8203;ghadimir](https://github.com/ghadimir) in [#&#8203;1248](https://github.com/actions/stale/pull/1248) #### New Contributors - [@&#8203;suyashgaonkar](https://github.com/suyashgaonkar) made their first contribution in [#&#8203;1224](https://github.com/actions/stale/pull/1224) - [@&#8203;GhadimiR](https://github.com/GhadimiR) made their first contribution in [#&#8203;1248](https://github.com/actions/stale/pull/1248) - [@&#8203;gowridurgad](https://github.com/gowridurgad) made their first contribution in [#&#8203;1277](https://github.com/actions/stale/pull/1277) - [@&#8203;salmanmkc](https://github.com/salmanmkc) made their first contribution in [#&#8203;1279](https://github.com/actions/stale/pull/1279) **Full Changelog**: <https://github.com/actions/stale/compare/v9...v10.0.0> ### [`v10`](https://github.com/actions/stale/compare/v9.1.0...v10) [Compare Source](https://github.com/actions/stale/compare/v9.1.0...v10) ### [`v9.1.0`](https://github.com/actions/stale/releases/tag/v9.1.0) [Compare Source](https://github.com/actions/stale/compare/v9...v9.1.0) #### What's Changed - Documentation update by [@&#8203;Marukome0743](https://github.com/Marukome0743) in [#&#8203;1116](https://github.com/actions/stale/pull/1116) - Add workflow file for publishing releases to immutable action package by [@&#8203;Jcambass](https://github.com/Jcambass) in [#&#8203;1179](https://github.com/actions/stale/pull/1179) - Update undici from 5.28.2 to 5.28.4 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1150](https://github.com/actions/stale/pull/1150) - Update actions/checkout from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1091](https://github.com/actions/stale/pull/1091) - Update actions/publish-action from 0.2.2 to 0.3.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1147](https://github.com/actions/stale/pull/1147) - Update ts-jest from 29.1.1 to 29.2.5 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1175](https://github.com/actions/stale/pull/1175) - Update [@&#8203;actions/core](https://github.com/actions/core) from 1.10.1 to 1.11.1 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1191](https://github.com/actions/stale/pull/1191) - Update [@&#8203;types/jest](https://github.com/types/jest) from 29.5.11 to 29.5.14 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1193](https://github.com/actions/stale/pull/1193) - Update [@&#8203;actions/cache](https://github.com/actions/cache) from 3.2.2 to 4.0.0 by [@&#8203;dependabot](https://github.com/dependabot) in [#&#8203;1194](https://github.com/actions/stale/pull/1194) #### New Contributors - [@&#8203;Marukome0743](https://github.com/Marukome0743) made their first contribution in [#&#8203;1116](https://github.com/actions/stale/pull/1116) - [@&#8203;Jcambass](https://github.com/Jcambass) made their first contribution in [#&#8203;1179](https://github.com/actions/stale/pull/1179) **Full Changelog**: <https://github.com/actions/stale/compare/v9...v9.1.0> ### [`v9.0.0`](https://github.com/actions/stale/releases/tag/v9.0.0) [Compare Source](https://github.com/actions/stale/compare/v9...v9) #### Breaking Changes 1. Action is now stateful: If the action ends because of [operations-per-run](https://github.com/actions/stale#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. #### What Else Changed 1. Performance optimization that removes unnecessary API calls by [@&#8203;dsame](https://github.com/dsame) [#&#8203;1033](https://github.com/actions/stale/pull/1033/) fixes [#&#8203;792](https://github.com/actions/stale/issues/792) 2. Logs displaying current github API rate limit by [@&#8203;dsame](https://github.com/dsame) [#&#8203;1032](https://github.com/actions/stale/pull/1032) addresses [#&#8203;1029](https://github.com/actions/stale/issues/1029) For more information, please read the [action documentation](https://github.com/actions/stale#readme) and its [section about statefulness](https://github.com/actions/stale#statefulness) #### New Contributors - [@&#8203;jmeridth](https://github.com/jmeridth) made their first contribution in [#&#8203;984](https://github.com/actions/stale/pull/984) - [@&#8203;nikolai-laevskii](https://github.com/nikolai-laevskii) made their first contribution in [#&#8203;1020](https://github.com/actions/stale/pull/1020) - [@&#8203;dusan-trickovic](https://github.com/dusan-trickovic) made their first contribution in [#&#8203;1056](https://github.com/actions/stale/pull/1056) - [@&#8203;aparnajyothi-y](https://github.com/aparnajyothi-y) made their first contribution in [#&#8203;1110](https://github.com/actions/stale/pull/1110) **Full Changelog**: <https://github.com/actions/stale/compare/v8...v9.0.0> ### [`v9`](https://github.com/actions/stale/compare/v8.0.0...v9) [Compare Source](https://github.com/actions/stale/compare/v8.0.0...v9) ### [`v8.0.0`](https://github.com/actions/stale/releases/tag/v8.0.0) [Compare Source](https://github.com/actions/stale/compare/v8.0.0...v8.0.0) :warning: This version contains breaking changes :warning: #### What's Changed - New option labels-to-remove-when-stale enables users to specify list of comma delimited labels that will be removed when the issue or PR becomes stale by [@&#8203;panticmilos](https://github.com/panticmilos) [#&#8203;770](https://github.com/actions/stale/issues/770) - Skip deleting the branch in the upstream of a forked repo by [@&#8203;dsame](https://github.com/dsame) [#&#8203;913](https://github.com/actions/stale/pull/913) - abort the build on the error by [@&#8203;dsame](https://github.com/dsame) in [#&#8203;935](https://github.com/actions/stale/pull/935) #### Breaking Changes - In this release we prevent scenarios when the build is not interrupted on some exceptions, which led to successful builds when they are supposed to fail #### Example ```yaml name: 'Remove labels when the issue or PR becomes stale' on: schedule: - cron: '30 1 * * *' permissions: pull-requests: write jobs: stale: runs-on: ubuntu-latest steps: - uses: actions/stale@v8 with: labels-to-remove-when-stale: 'label1,label2' ``` ### [`v8`](https://github.com/actions/stale/compare/v7.0.0...v8.0.0) [Compare Source](https://github.com/actions/stale/compare/v7.0.0...v8.0.0) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMjAuMCIsInVwZGF0ZWRJblZlciI6IjQ0LjI5LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/actions-stale-11.x:renovate/actions-stale-11.x
git switch renovate/actions-stale-11.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/actions-stale-11.x
git switch renovate/actions-stale-11.x
git rebase main
git switch main
git merge --ff-only renovate/actions-stale-11.x
git switch renovate/actions-stale-11.x
git rebase main
git switch main
git merge --no-ff renovate/actions-stale-11.x
git switch main
git merge --squash renovate/actions-stale-11.x
git switch main
git merge --ff-only renovate/actions-stale-11.x
git switch main
git merge renovate/actions-stale-11.x
git push origin main
Sign in to join this conversation.
No description provided.