Title: build(deps): bump actions/stale from 9 to 10 by dependabot[bot] · Pull Request #38 · evstack/.github · GitHub
Open Graph Title: build(deps): bump actions/stale from 9 to 10 by dependabot[bot] · Pull Request #38 · evstack/.github
X Title: build(deps): bump actions/stale from 9 to 10 by dependabot[bot] · Pull Request #38 · evstack/.github
Description: Bumps actions/stale from 9 to 10.
Release notes
Sourced from actions/stale's releases.
v10.0.0
What's Changed
Breaking Changes
Upgrade to node 24 by @salmanmkc in actions/stale#1279
Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. Release Notes
Enhancement
Introducing sort-by option by @suyashgaonkar in actions/stale#1254
Dependency Upgrades
Upgrade actions/publish-immutable-action from 0.0.3 to 0.0.4 by @dependabot[bot] in actions/stale#1186
Upgrade undici from 5.28.4 to 5.28.5 by @dependabot[bot] in actions/stale#1201
Upgrade @action/cache from 4.0.0 to 4.0.2 by @aparnajyothi-y in actions/stale#1226
Upgrade @action/cache from 4.0.2 to 4.0.3 by @suyashgaonkar in actions/stale#1233
Upgrade undici from 5.28.5 to 5.29.0 by @dependabot[bot] in actions/stale#1251
Upgrade form-data to bring in fix for critical vulnerability by @gowridurgad in actions/stale#1277
Documentation changes
Changelog update for recent releases by @suyashgaonkar in actions/stale#1224
Permissions update in Readme by @ghadimir in actions/stale#1248
New Contributors
@suyashgaonkar made their first contribution in actions/stale#1224
@GhadimiR made their first contribution in actions/stale#1248
@gowridurgad made their first contribution in actions/stale#1277
@salmanmkc made their first contribution in actions/stale#1279
Full Changelog: actions/stale@v9...v10.0.0
v9.1.0
What's Changed
Documentation update by @Marukome0743 in actions/stale#1116
Add workflow file for publishing releases to immutable action package by @Jcambass in actions/stale#1179
Update undici from 5.28.2 to 5.28.4 by @dependabot in actions/stale#1150
Update actions/checkout from 3 to 4 by @dependabot in actions/stale#1091
Update actions/publish-action from 0.2.2 to 0.3.0 by @dependabot in actions/stale#1147
Update ts-jest from 29.1.1 to 29.2.5 by @dependabot in actions/stale#1175
Update @actions/core from 1.10.1 to 1.11.1 by @dependabot in actions/stale#1191
Update @types/jest from 29.5.11 to 29.5.14 by @dependabot in actions/stale#1193
Update @actions/cache from 3.2.2 to 4.0.0 by @dependabot in actions/stale#1194
New Contributors
@Marukome0743 made their first contribution in actions/stale#1116
@Jcambass made their first contribution in actions/stale#1179
Full Changelog: actions/stale@v9...v9.1.0
Changelog
Sourced from actions/stale's changelog.
Changelog
[9.1.0]
What's Changed
Documentation update by @Marukome0743 in actions/stale#1116
Add workflow file for publishing releases to immutable action package by @Jcambass in actions/stale#1179
Update undici from 5.28.2 to 5.28.4 by @dependabot in actions/stale#1150
Update actions/checkout from 3 to 4 by @dependabot in actions/stale#1091
Update actions/publish-action from 0.2.2 to 0.3.0 by @dependabot in actions/stale#1147
Update ts-jest from 29.1.1 to 29.2.5 by @dependabot in actions/stale#1175
Update @actions/core from 1.10.1 to 1.11.1 by @dependabot in actions/stale#1191
Update @types/jest from 29.5.11 to 29.5.14 by @dependabot in actions/stale#1193
Update @actions/cache from 3.2.2 to 4.0.0 by @dependabot in actions/stale#1194
[9.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 in #1033; fixes #792
Logs displaying current GitHub API rate limit by @dsame in #1032; addresses #1029
For more information, please read the action documentation and its section about statefulness
[4.1.1]
In scope of this release we updated actions/core to 1.10.0 for v4 and fixed issues operation count.
[8.0.0]
⚠️ This version contains breaking changes ⚠️
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 actions/stale#770
Skip deleting the branch in the upstream of a forked repo by @dsame actions/stale#913
abort the build on the error by @dsame in actions/stale#935
[7.0.0]
⚠️ Breaking change ⚠️
Allow daysBeforeStale options to be float by @irega in actions/stale#841
Use cache in check-dist.yml by @jongwooo in actions/stale#876
fix print outputs step in existing workflows by @irega in actions/stale#859
Update issue and PR templates, add/delete workflow files by @IvanZosimov in actions/stale#880
Update how stale handles exempt items by @johnsudol in actions/stale#874
... (truncated)
Commits
3a9db7e Upgrade to node 24 (#1279)
8f717f0 Bumps form-data (#1277)
a92fd57 build(deps): bump undici from 5.28.5 to 5.29.0 (#1251)
128b2c8 Introducing sort-by option (#1254)
f78de97 Update README.md (#1248)
816d9db Upgrade @action/cache from 4.0.2 to 4.0.3 (#1233)
ba23c1c upgrade actions/cache from 4.0.0 to 4.0.2 (#1226)
a65e88a build(deps): bump undici from 5.28.4 to 5.28.5 (#1201)
d4df79c Updates to CHANGELOG.MD for recent releases (#1224)
ee7ef89 build(deps): bump actions/publish-immutable-action from 0.0.3 to 0.0.4 (#1186)
See full diff in compare view
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
Open Graph Description: Bumps actions/stale from 9 to 10. Release notes Sourced from actions/stale's releases. v10.0.0 What's Changed Breaking Changes Upgrade to node 24 by @salmanmkc in actions/stale#1279 Mak...
X Description: Bumps actions/stale from 9 to 10. Release notes Sourced from actions/stale's releases. v10.0.0 What's Changed Breaking Changes Upgrade to node 24 by @salmanmkc in actions/stale#...
Opengraph URL: https://github.com/evstack/.github/pull/38
X: @github
Domain: patch-diff.githubusercontent.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:377832aa-eeb4-20a6-211f-8cb599b09e6f |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | 8552:163C96:702AF9:9AF0DE:69822952 |
| html-safe-nonce | 1fbf62172f215dab53681d121e35730d75d79601234255d208af880db76f79c9 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4NTUyOjE2M0M5Njo3MDJBRjk6OUFGMERFOjY5ODIyOTUyIiwidmlzaXRvcl9pZCI6IjU2NDcxMDI2MTQwNjQ3MzY1OTQiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | 7299412caf60ba4e7020633869b98778b7fd3196ed1eed473b7bb6670ec9d7fd |
| hovercard-subject-tag | pull_request:2806849507 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/evstack/.github/pull/38/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps actions/stale from 9 to 10. Release notes Sourced from actions/stale's releases. v10.0.0 What's Changed Breaking Changes Upgrade to node 24 by @salmanmkc in actions/stale#1279 Mak... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | f29b4256dc96a8de29f6e5fad4bf98fdbfc5cb1dbb313013053581f8470d8a21 |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/evstack/.github git https://github.com/evstack/.github.git |
| octolytics-dimension-user_id | 120482652 |
| octolytics-dimension-user_login | evstack |
| octolytics-dimension-repository_id | 595179001 |
| octolytics-dimension-repository_nwo | evstack/.github |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 595179001 |
| octolytics-dimension-repository_network_root_nwo | evstack/.github |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 61292800a4f1180f0b13782adc5da7267ec99b94 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width