From ef668241a18706b40e9c057c656862a97779afe4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 09:46:33 +0000 Subject: [PATCH] Update dependency @actions/core to v1.11.1 (#2779) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@actions/core](https://redirect.github.com/actions/toolkit/tree/main/packages/core) ([source](https://redirect.github.com/actions/toolkit/tree/HEAD/packages/core)) | [`1.11.0` -> `1.11.1`](https://renovatebot.com/diffs/npm/@actions%2fcore/1.10.1/1.11.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@actions%2fcore/1.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@actions%2fcore/1.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@actions%2fcore/1.10.1/1.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@actions%2fcore/1.10.1/1.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
actions/toolkit (@​actions/core) ### [`v1.11.1`](https://redirect.github.com/actions/toolkit/blob/HEAD/packages/core/RELEASES.md#1111) - Fix uses of `crypto.randomUUID` on Node 18 and earlier [#​1842](https://redirect.github.com/actions/toolkit/pull/1842) ### [`v1.11.0`](https://redirect.github.com/actions/toolkit/blob/HEAD/packages/core/RELEASES.md#1110) - Add platform info utilities [#​1551](https://redirect.github.com/actions/toolkit/pull/1551) - Remove dependency on `uuid` package [#​1824](https://redirect.github.com/actions/toolkit/pull/1824)
--- ### 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 becomes conflicted, 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/X-oss-byte/Nextjs). --- .github/actions/issue-validator/package.json | 2 +- .github/actions/minus-one/package.json | 2 +- .github/actions/needs-triage/package.json | 2 +- .github/actions/pr-approved-open/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/issue-validator/package.json b/.github/actions/issue-validator/package.json index ef94e39498..c6ba61184d 100644 --- a/.github/actions/issue-validator/package.json +++ b/.github/actions/issue-validator/package.json @@ -9,7 +9,7 @@ "typescript": "5.6.2" }, "dependencies": { - "@actions/core": "1.11.0", + "@actions/core": "1.11.1", "@actions/github": "6.0.0" } } diff --git a/.github/actions/minus-one/package.json b/.github/actions/minus-one/package.json index d9bda70378..e32eca7033 100644 --- a/.github/actions/minus-one/package.json +++ b/.github/actions/minus-one/package.json @@ -12,7 +12,7 @@ "@vercel/ncc": "0.38.2" }, "dependencies": { - "@actions/core": "1.11.0", + "@actions/core": "1.11.1", "@actions/github": "6.0.0", "@octokit/graphql": "8.1.1" } diff --git a/.github/actions/needs-triage/package.json b/.github/actions/needs-triage/package.json index 84372ec11a..b3999e12bf 100644 --- a/.github/actions/needs-triage/package.json +++ b/.github/actions/needs-triage/package.json @@ -14,7 +14,7 @@ "typescript": "5.6.2" }, "dependencies": { - "@actions/core": "1.11.0", + "@actions/core": "1.11.1", "@actions/github": "6.0.0" } } diff --git a/.github/actions/pr-approved-open/package.json b/.github/actions/pr-approved-open/package.json index c21b7bf8d7..8841d4c2b2 100644 --- a/.github/actions/pr-approved-open/package.json +++ b/.github/actions/pr-approved-open/package.json @@ -12,7 +12,7 @@ "@vercel/ncc": "0.38.2" }, "dependencies": { - "@actions/core": "1.11.0", + "@actions/core": "1.11.1", "@actions/github": "6.0.0", "@slack/web-api": "^7.0.0" }