Skip to content

Commit d2034e8

Browse files
authored
fix(deps): Update dependency @actions/core to v2 (#814)
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [@actions/core](https://redirect.github.com/actions/toolkit/tree/main/packages/core) ([source](https://redirect.github.com/actions/toolkit/tree/HEAD/packages/core)) | dependencies | major | [`1.11.1` -> `2.0.2`](https://renovatebot.com/diffs/npm/@actions%2fcore/1.11.1/2.0.2) | `3.0.0` (+1) | --- ### Release Notes <details> <summary>actions/toolkit (@&#8203;actions/core)</summary> ### [`v2.0.1`](https://redirect.github.com/actions/toolkit/blob/HEAD/packages/core/RELEASES.md#201) - Bump [@&#8203;actions/exec](https://redirect.github.com/actions/exec) from 1.1.1 to 2.0.0 [#&#8203;2199](https://redirect.github.com/actions/toolkit/pull/2199) ### [`v2.0.0`](https://redirect.github.com/actions/toolkit/blob/HEAD/packages/core/RELEASES.md#200) - Add support for Node 24 [#&#8203;2110](https://redirect.github.com/actions/toolkit/pull/2110) - Bump [@&#8203;actions/http-client](https://redirect.github.com/actions/http-client) from 2.0.1 to 3.0.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), 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. --- - [x] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
1 parent 1f67ffa commit d2034e8

File tree

2 files changed

+49
-34
lines changed

2 files changed

+49
-34
lines changed

package-lock.json

Lines changed: 48 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"homepage": "https://github.com/cloudquery/setup-cloudquery#readme",
2626
"dependencies": {
27-
"@actions/core": "1.11.1",
27+
"@actions/core": "2.0.2",
2828
"chalk": "5.6.2",
2929
"execa": "8.0.1",
3030
"node-fetch": "^3.3.2",

0 commit comments

Comments
 (0)