Sourced from actions/stale's releases.
v9.0.0
Breaking Changes
- 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.
- 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
- Performance optimization that removes unnecessary API calls by
@âdsame
#1033 fixes #792- Logs displaying current github API rate limit by
@âdsame
#1032 addresses #1029For more information, please read the action documentation and its section about statefulness
New Contributors
@âjmeridth
made their first contribution in actions/stale#984@ânikolai-laevskii
made their first contribution in actions/stale#1020@âdusan-trickovic
made their first contribution in actions/stale#1056@âaparnajyothi-y
made their first contribution in actions/stale#1110Full Changelog: https://github.com/actions/stale/compare/v8...v9.0.0
28ca103
Upgrade Node to v20 (#1110)b69b346
build(deps-dev): bump @âtypes/node
from 18.16.18 to 20.5.1 (#1079)88a6f4f
build(deps-dev): bump typescript from 5.1.3 to 5.2.2 (#1083)796531a
Merge pull request #1080 from akv-platform/fix-delete-cache8986f62
Don not try to delete cache if it does not existscab99b3
fix typo proceeded/processed184e7af
Merge pull request #1064 from actions/dependabot/npm_and_yarn/typescript-esli...523885c
chore: update eslint-plugin, parser and eslint-plugin-jest2487a1d
build(deps-dev): bump @âtypescript-eslint/eslint-plugin
60c722e
Merge pull request #1063 from actions/dependabot/npm_and_yarn/jest-29.6.2