From efd728408f455cdf2132b16c581f38f142744870 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 14:23:58 -0700 Subject: [PATCH] chore(deps): update actions/stale action to v9.1.0 (#6743) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/stale](https://redirect.github.com/actions/stale) | action | minor | `v9` -> `v9.1.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
actions/stale (actions/stale) ### [`v9.1.0`](https://redirect.github.com/actions/stale/releases/tag/v9.1.0) [Compare Source](https://redirect.github.com/actions/stale/compare/v9.0.0...v9.1.0) #### What's Changed - Documentation update by [@​Marukome0743](https://redirect.github.com/Marukome0743) in [https://github.com/actions/stale/pull/1116](https://redirect.github.com/actions/stale/pull/1116) - Add workflow file for publishing releases to immutable action package by [@​Jcambass](https://redirect.github.com/Jcambass) in [https://github.com/actions/stale/pull/1179](https://redirect.github.com/actions/stale/pull/1179) - Update undici from 5.28.2 to 5.28.4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/stale/pull/1150](https://redirect.github.com/actions/stale/pull/1150) - Update actions/checkout from 3 to 4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/stale/pull/1091](https://redirect.github.com/actions/stale/pull/1091) - Update actions/publish-action from 0.2.2 to 0.3.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/stale/pull/1147](https://redirect.github.com/actions/stale/pull/1147) - Update ts-jest from 29.1.1 to 29.2.5 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/stale/pull/1175](https://redirect.github.com/actions/stale/pull/1175) - Update [@​actions/core](https://redirect.github.com/actions/core) from 1.10.1 to 1.11.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/stale/pull/1191](https://redirect.github.com/actions/stale/pull/1191) - Update [@​types/jest](https://redirect.github.com/types/jest) from 29.5.11 to 29.5.14 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/stale/pull/1193](https://redirect.github.com/actions/stale/pull/1193) - Update [@​actions/cache](https://redirect.github.com/actions/cache) from 3.2.2 to 4.0.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/actions/stale/pull/1194](https://redirect.github.com/actions/stale/pull/1194) #### New Contributors - [@​Marukome0743](https://redirect.github.com/Marukome0743) made their first contribution in [https://github.com/actions/stale/pull/1116](https://redirect.github.com/actions/stale/pull/1116) - [@​Jcambass](https://redirect.github.com/Jcambass) made their first contribution in [https://github.com/actions/stale/pull/1179](https://redirect.github.com/actions/stale/pull/1179) **Full Changelog**: https://github.com/actions/stale/compare/v9...v9.1.0
--- ### 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 is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-go). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/close-stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/close-stale.yml b/.github/workflows/close-stale.yml index 6856e8671..d88b74d6a 100644 --- a/.github/workflows/close-stale.yml +++ b/.github/workflows/close-stale.yml @@ -11,7 +11,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9 + - uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0 with: stale-pr-message: 'This PR was marked stale due to lack of activity. It will be closed in 14 days.' close-pr-message: 'Closed as inactive. Feel free to reopen if this PR is still being worked on.'