Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update peter-evans/slash-command-dispatch action to v4 (#1179)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [peter-evans/slash-command-dispatch](https://redirect.github.com/peter-evans/slash-command-dispatch) | action | major | `v2.3.0` -> `v4.0.0` | --- ### Release Notes <details> <summary>peter-evans/slash-command-dispatch (peter-evans/slash-command-dispatch)</summary> ### [`v4.0.0`](https://redirect.github.com/peter-evans/slash-command-dispatch/releases/tag/v4.0.0): Slash Command Dispatch v4.0.0 [Compare Source](https://redirect.github.com/peter-evans/slash-command-dispatch/compare/v3.0.2...v4.0.0) ⚙️ Updated runtime to Node.js 20 - The action now requires a minimum version of [v2.308.0](https://redirect.github.com/actions/runner/releases/tag/v2.308.0) for the Actions runner. Update self-hosted runners to v2.308.0 or later to ensure compatibility. #### What's Changed - build(deps-dev): bump [@​types/node](https://redirect.github.com/types/node) from 16.18.67 to 16.18.68 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/peter-evans/slash-command-dispatch/pull/302](https://redirect.github.com/peter-evans/slash-command-dispatch/pull/302) - build(deps-dev): bump prettier from 3.1.0 to 3.1.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/peter-evans/slash-command-dispatch/pull/303](https://redirect.github.com/peter-evans/slash-command-dispatch/pull/303) - build(deps-dev): bump jest-circus from 27.4.2 to 27.5.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/peter-evans/slash-command-dispatch/pull/176](https://redirect.github.com/peter-evans/slash-command-dispatch/pull/176) - build(deps): bump actions/download-artifact from 3 to 4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/peter-evans/slash-command-dispatch/pull/304](https://redirect.github.com/peter-evans/slash-command-dispatch/pull/304) - build(deps): bump actions/upload-artifact from 3 to 4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/peter-evans/slash-command-dispatch/pull/305](https://redirect.github.com/peter-evans/slash-command-dispatch/pull/305) - build(deps-dev): bump eslint from 8.55.0 to 8.56.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/peter-evans/slash-command-dispatch/pull/306](https://redirect.github.com/peter-evans/slash-command-dispatch/pull/306) - build(deps-dev): bump eslint-plugin-prettier from 5.0.1 to 5.1.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/peter-evans/slash-command-dispatch/pull/308](https://redirect.github.com/peter-evans/slash-command-dispatch/pull/308) - build(deps-dev): bump [@​types/node](https://redirect.github.com/types/node) from 16.18.68 to 16.18.69 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/peter-evans/slash-command-dispatch/pull/309](https://redirect.github.com/peter-evans/slash-command-dispatch/pull/309) - build(deps-dev): bump [@​types/node](https://redirect.github.com/types/node) from 16.18.69 to 16.18.70 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/peter-evans/slash-command-dispatch/pull/310](https://redirect.github.com/peter-evans/slash-command-dispatch/pull/310) - build(deps-dev): bump eslint-plugin-prettier from 5.1.2 to 5.1.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/peter-evans/slash-command-dispatch/pull/311](https://redirect.github.com/peter-evans/slash-command-dispatch/pull/311) - build(deps-dev): bump prettier from 3.1.1 to 3.2.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/peter-evans/slash-command-dispatch/pull/312](https://redirect.github.com/peter-evans/slash-command-dispatch/pull/312) - build(deps-dev): bump prettier from 3.2.2 to 3.2.4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/peter-evans/slash-command-dispatch/pull/314](https://redirect.github.com/peter-evans/slash-command-dispatch/pull/314) - build(deps-dev): bump [@​types/node](https://redirect.github.com/types/node) from 16.18.70 to 16.18.74 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/peter-evans/slash-command-dispatch/pull/315](https://redirect.github.com/peter-evans/slash-command-dispatch/pull/315) - build(deps): bump peter-evans/create-or-update-comment from 3 to 4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/peter-evans/slash-command-dispatch/pull/317](https://redirect.github.com/peter-evans/slash-command-dispatch/pull/317) - build(deps-dev): bump [@​types/node](https://redirect.github.com/types/node) from 16.18.74 to 16.18.76 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/peter-evans/slash-command-dispatch/pull/318](https://redirect.github.com/peter-evans/slash-command-dispatch/pull/318) - feat: update runtime to node 20 by [@​peter-evans](https://redirect.github.com/peter-evans) in [https://github.com/peter-evans/slash-command-dispatch/pull/316](https://redirect.github.com/peter-evans/slash-command-dispatch/pull/316) **Full Changelog**: peter-evans/slash-command-dispatch@v3.0.2...v4.0.0 ### [`v3.0.2`](https://redirect.github.com/peter-evans/slash-command-dispatch/releases/tag/v3.0.2): Slash Command Dispatch v3.0.2 [Compare Source](https://redirect.github.com/peter-evans/slash-command-dispatch/compare/v3.0.1...v3.0.2) #### What's Changed - fix: replace use of any type by [@​peter-evans](https://redirect.github.com/peter-evans) in [https://github.com/peter-evans/slash-command-dispatch/pull/152](https://redirect.github.com/peter-evans/slash-command-dispatch/pull/152) - fixing link to `Get a pull request` by [@​Borda](https://redirect.github.com/Borda) in [https://github.com/peter-evans/slash-command-dispatch/pull/270](https://redirect.github.com/peter-evans/slash-command-dispatch/pull/270) - Update getting-started.md due to changes in Github UI by [@​martin-displayr](https://redirect.github.com/martin-displayr) in [https://github.com/peter-evans/slash-command-dispatch/pull/289](https://redirect.github.com/peter-evans/slash-command-dispatch/pull/289) - \[Security] Fix GraphQL query to get a collaborator's permission by [@​0xn3va](https://redirect.github.com/0xn3va) in [https://github.com/peter-evans/slash-command-dispatch/pull/301](https://redirect.github.com/peter-evans/slash-command-dispatch/pull/301) - 129 dependency updates by [@​dependabot](https://redirect.github.com/dependabot) #### New Contributors - [@​Borda](https://redirect.github.com/Borda) made their first contribution in [https://github.com/peter-evans/slash-command-dispatch/pull/270](https://redirect.github.com/peter-evans/slash-command-dispatch/pull/270) - [@​martin-displayr](https://redirect.github.com/martin-displayr) made their first contribution in [https://github.com/peter-evans/slash-command-dispatch/pull/289](https://redirect.github.com/peter-evans/slash-command-dispatch/pull/289) - [@​0xn3va](https://redirect.github.com/0xn3va) made their first contribution in [https://github.com/peter-evans/slash-command-dispatch/pull/301](https://redirect.github.com/peter-evans/slash-command-dispatch/pull/301) **Full Changelog**: peter-evans/slash-command-dispatch@v3.0.1...v3.0.2 ### [`v3.0.1`](https://redirect.github.com/peter-evans/slash-command-dispatch/releases/tag/v3.0.1): Slash Command Dispatch v3.0.1 [Compare Source](https://redirect.github.com/peter-evans/slash-command-dispatch/compare/v3.0.0...v3.0.1) ⚙️ Bumps `@actions/core` to transition away from [deprecated runner commands](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/). #### What's Changed - build(deps): bump peter-evans/create-pull-request from 3 to 4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/peter-evans/slash-command-dispatch/pull/142](https://redirect.github.com/peter-evans/slash-command-dispatch/pull/142) - build(deps): bump [@​actions/core](https://redirect.github.com/actions/core) from 1.6.0 to 1.9.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/peter-evans/slash-command-dispatch/pull/144](https://redirect.github.com/peter-evans/slash-command-dispatch/pull/144) - Update distribution by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/peter-evans/slash-command-dispatch/pull/145](https://redirect.github.com/peter-evans/slash-command-dispatch/pull/145) - build(deps): bump [@​actions/core](https://redirect.github.com/actions/core) from 1.9.1 to 1.10.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/peter-evans/slash-command-dispatch/pull/149](https://redirect.github.com/peter-evans/slash-command-dispatch/pull/149) - Update distribution by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/peter-evans/slash-command-dispatch/pull/150](https://redirect.github.com/peter-evans/slash-command-dispatch/pull/150) - build(deps): bump [@​actions/github](https://redirect.github.com/actions/github) from 5.0.0 to 5.1.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/peter-evans/slash-command-dispatch/pull/148](https://redirect.github.com/peter-evans/slash-command-dispatch/pull/148) - Update distribution by [@​github-actions](https://redirect.github.com/github-actions) in [https://github.com/peter-evans/slash-command-dispatch/pull/151](https://redirect.github.com/peter-evans/slash-command-dispatch/pull/151) **Full Changelog**: peter-evans/slash-command-dispatch@v3.0.0...v3.0.1 ### [`v3.0.0`](https://redirect.github.com/peter-evans/slash-command-dispatch/releases/tag/v3.0.0): Slash Command Dispatch v3.0.0 [Compare Source](https://redirect.github.com/peter-evans/slash-command-dispatch/compare/v2.3.0...v3.0.0) #### What's new - Updated runtime to Node.js 16 - The action now requires a minimum version of v2.285.0 for the [Actions Runner](https://redirect.github.com/actions/runner/releases/tag/v2.285.0). - If using GitHub Enterprise Server, the action requires [GHES 3.4](https://docs.github.com/en/[email protected]/admin/release-notes) or later. #### What's Changed - docs: add note regarding nested teams by [@​yafanasiev](https://redirect.github.com/yafanasiev) in [https://github.com/peter-evans/slash-command-dispatch/pull/124](https://redirect.github.com/peter-evans/slash-command-dispatch/pull/124) - ci: remove workflow by [@​peter-evans](https://redirect.github.com/peter-evans) in [https://github.com/peter-evans/slash-command-dispatch/pull/139](https://redirect.github.com/peter-evans/slash-command-dispatch/pull/139) - Update runtime to node 16 by [@​peter-evans](https://redirect.github.com/peter-evans) in [https://github.com/peter-evans/slash-command-dispatch/pull/140](https://redirect.github.com/peter-evans/slash-command-dispatch/pull/140) - 4 dependency updates by [@​actions-bot](https://redirect.github.com/actions-bot) and [@​dependabot](https://redirect.github.com/dependabot) #### New Contributors - [@​yafanasiev](https://redirect.github.com/yafanasiev) made their first contribution in [https://github.com/peter-evans/slash-command-dispatch/pull/124](https://redirect.github.com/peter-evans/slash-command-dispatch/pull/124) **Full Changelog**: peter-evans/slash-command-dispatch@v2.3.0...v3.0.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - "before 4am on Monday" (UTC). 🚦 **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 [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyIsImltcGFjdC9uby1jaGFuZ2Vsb2ctcmVxdWlyZWQiXX0=--> Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
- Loading branch information