Skip to content

Commit

Permalink
Update dependency @actions/core to v1.11.1 (#2779)
Browse files Browse the repository at this point in the history
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

<details>
<summary>actions/toolkit (@&#8203;actions/core)</summary>

### [`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 [#&#8203;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 [#&#8203;1551](https://redirect.github.com/actions/toolkit/pull/1551)
-   Remove dependency on `uuid` package [#&#8203;1824](https://redirect.github.com/actions/toolkit/pull/1824)

</details>

---

### 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).
  • Loading branch information
renovate[bot] authored Oct 5, 2024
1 parent 21e12c6 commit ef66824
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/issue-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typescript": "5.6.2"
},
"dependencies": {
"@actions/core": "1.11.0",
"@actions/core": "1.11.1",
"@actions/github": "6.0.0"
}
}
2 changes: 1 addition & 1 deletion .github/actions/minus-one/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/needs-triage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typescript": "5.6.2"
},
"dependencies": {
"@actions/core": "1.11.0",
"@actions/core": "1.11.1",
"@actions/github": "6.0.0"
}
}
2 changes: 1 addition & 1 deletion .github/actions/pr-approved-open/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit ef66824

Please sign in to comment.