chore(deps): bump actions/stale from 8.0.0 to 10.2.0
Open
Number: #528
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: Unknown
Comments: 5
Association: Unknown
Comments: 5
Created:
February 17, 2026 at 03:42 AM UTC
(4 months ago)
(4 months ago)
Updated:
March 26, 2026 at 05:04 AM UTC
(3 months ago)
(3 months ago)
Labels:
github_actions dependencies
github_actions dependencies
Description:
Bumps actions/stale from 8.0.0 to 10.2.0.
Release notes
Sourced from actions/stale's releases.
v10.2.0
What's Changed
Bug Fix
- Fix checking state cache (fix #1136) and switch to Octokit helper methods by
@itchynyin actions/stale#1152Dependency Updates
- Upgrade js-yaml from 4.1.0 to 4.1.1 by
@dependabotin actions/stale#1304- Upgrade lodash from 4.17.21 to 4.17.23 by
@dependabotin actions/stale#1313- Upgrade actions/cache from 4.0.3 to 5.0.2 and actions/github from 5.1.1 to 7.0.0 by
@chiranjib-swainin actions/stale#1312New Contributors
@itchynymade their first contribution in actions/stale#1152Full Changelog: https://github.com/actions/stale/compare/v10...v10.2.0
v10.1.1
What's Changed
Bug Fix
- Add Missing Input Reading for
only-issue-typesby@Bibo-Joshiin actions/stale#1298Improvement
- Improves error handling when rate limiting is disabled on GHES. by
@chiranjib-swainin actions/stale#1300Dependency Upgrades
- Upgrade eslint-config-prettier from 8.10.0 to 10.1.8 by
@dependabotin actions/stale#1276- Upgrade
@types/nodefrom 20.10.3 to 24.2.0 and document breaking changes in v10 by@dependabotin actions/stale#1280- Upgrade actions/publish-action from 0.3.0 to 0.4.0 by
@dependabotin actions/stale#1291- Upgrade actions/checkout from 4 to 6 by
@dependabotin actions/stale#1306New Contributors
@chiranjib-swainmade their first contribution in actions/stale#1300Full Changelog: https://github.com/actions/stale/compare/v10...v10.1.1
v10.1.0
What's Changed
- Add
only-issue-typesoption to filter issues by type by@Bibo-Joshiin actions/stale#1255New Contributors
@Bibo-Joshimade their first contribution in actions/stale#1255Full Changelog: https://github.com/actions/stale/compare/v10...v10.1.0
v10.0.0
What's Changed
Breaking Changes
- Upgrade to node 24 by
@salmanmkcin actions/stale#1279 Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. Release Notes
... (truncated)
Changelog
Sourced from actions/stale's changelog.
Changelog
[10.1.0]
What's Changed
- Add only-issue-types option to filter issues by type by
@Bibo-Joshiin actions/stale#1255[10.0.0]
What's Changed
Breaking Changes
- Upgrade to node 24 by
@salmanmkcin actions/stale#1279 Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. Release NotesEnhancement
- Introducing sort-by option by
@suyashgaonkarin actions/stale#1254Dependency 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/cachefrom 4.0.0 to 4.0.2 by@aparnajyothi-yin actions/stale#1226- Upgrade
@action/cachefrom 4.0.2 to 4.0.3 by@suyashgaonkarin 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
@gowridurgadin actions/stale#1277Documentation changes
- Changelog update for recent releases by
@suyashgaonkarin actions/stale#1224- Permissions update in Readme by
@ghadimirin actions/stale#1248[9.1.0]
What's Changed
- Documentation update by
@Marukome0743in actions/stale#1116- Add workflow file for publishing releases to immutable action package by
@Jcambassin actions/stale#1179- Update undici from 5.28.2 to 5.28.4 by
@dependabotin actions/stale#1150- Update actions/checkout from 3 to 4 by
@dependabotin actions/stale#1091- Update actions/publish-action from 0.2.2 to 0.3.0 by
@dependabotin actions/stale#1147- Update ts-jest from 29.1.1 to 29.2.5 by
@dependabotin actions/stale#1175- Update
@actions/corefrom 1.10.1 to 1.11.1 by@dependabotin actions/stale#1191- Update
@types/jestfrom 29.5.11 to 29.5.14 by@dependabotin actions/stale#1193- Update
@actions/cachefrom 3.2.2 to 4.0.0 by@dependabotin 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.
... (truncated)
Commits
b5d41d4build(deps-dev): bump lodash from 4.17.21 to 4.17.23 (#1313)dcd2b94Fix punycode and url.parse Deprecation Warnings (#1312)d6f8a33build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 (#1304)a21a081Fix checking state cache (fix #1136), also switch to octokit methods (#1152)9971854build(deps): bump actions/checkout from 4 to 6 (#1306)5611b9dbuild(deps): bump actions/publish-action from 0.3.0 to 0.4.0 (#1291)fad0de8Improves error handling when rate limiting is disabled on GHES. (#1300)39bea7dAdd Missing Input Reading foronly-issue-types(#1298)e46bbabbuild(deps-dev): bump@types/nodefrom 20.10.3 to 24.2.0 and document breakin...65d1d48build(deps-dev): bump eslint-config-prettier from 8.10.0 to 10.1.8 (#1276)- Additional commits viewable in compare view
Most Recent Ignore Conditions Applied to This Pull Request
| Dependency Name | Ignore Conditions |
|---|---|
| actions/stale | [< 6.1, > 6.0.0] |
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
Technical Details
| ID: | 13891583 |
| UUID: | 3950602268 |
| Node ID: | PR_kwDOG5lbN87EPyOh |
| Host: | GitHub |
| Repository: | OpenFunction/functions-framework-nodejs |