chore(deps): update dependency @actions/core to v3 #45

Open
Renovate wants to merge 0 commits from renovate/actions-core-3.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
@actions/core (source) dependencies major ^1.10.1^3.0.0

Release Notes

actions/toolkit (@​actions/core)

v3.0.0

  • Breaking change: Package is now ESM-only
    • CommonJS consumers must use dynamic import() instead of require()

v2.0.3

  • Bump @actions/http-client to 3.0.2

v2.0.1

v2.0.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 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@actions/core](https://github.com/actions/toolkit/tree/main/packages/core) ([source](https://github.com/actions/toolkit/tree/HEAD/packages/core)) | dependencies | major | [`^1.10.1` → `^3.0.0`](https://renovatebot.com/diffs/npm/@actions%2fcore/1.11.1/3.0.0) | --- ### Release Notes <details> <summary>actions/toolkit (@&#8203;actions/core)</summary> ### [`v3.0.0`](https://github.com/actions/toolkit/blob/HEAD/packages/core/RELEASES.md#300) - **Breaking change**: Package is now ESM-only - CommonJS consumers must use dynamic `import()` instead of `require()` ### [`v2.0.3`](https://github.com/actions/toolkit/blob/HEAD/packages/core/RELEASES.md#203) - Bump `@actions/http-client` to `3.0.2` ### [`v2.0.1`](https://github.com/actions/toolkit/blob/HEAD/packages/core/RELEASES.md#201) - Bump [@&#8203;actions/exec](https://github.com/actions/exec) from 1.1.1 to 2.0.0 [#&#8203;2199](https://github.com/actions/toolkit/pull/2199) ### [`v2.0.0`](https://github.com/actions/toolkit/blob/HEAD/packages/core/RELEASES.md#200) - Add support for Node 24 [#&#8203;2110](https://github.com/actions/toolkit/pull/2110) - Bump [@&#8203;actions/http-client](https://github.com/actions/http-client) from 2.0.1 to 3.0.0 </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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45NC4wIiwidXBkYXRlZEluVmVyIjoiNDIuOTQuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Renovate added 1 commit 2026-01-29 03:14:00 +01:00
chore(deps): update dependency @actions/core to v3
Some checks failed
Lint / pre-commit Autoupdate (push) Failing after 12m57s
23ae725ee9
First-time contributor

Preparing PR description...

Preparing PR description...
First-time contributor

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 2 🔵🔵
🧪 No relevant tests
🔒 No security concerns identified
 Recommended focus areas for review

ESM-only change

Version 3 of @actions/core is published as ESM-only. Ensure existing code switches from require() to dynamic import() or updates bundler configuration to handle ESM modules.

"@actions/core": "^3.0.0"
## PR Reviewer Guide 🔍 Here are some key observations to aid the review process: <table> <tr><td>⏱️&nbsp;<strong>Estimated effort to review</strong>: 2 🔵🔵⚪⚪⚪</td></tr> <tr><td>🧪&nbsp;<strong>No relevant tests</strong></td></tr> <tr><td>🔒&nbsp;<strong>No security concerns identified</strong></td></tr> <tr><td>⚡&nbsp;<strong>Recommended focus areas for review</strong><br><br> <details><summary><a href='https://git.horstenkamp.eu/Philipp/gitea-act-create-pr/src/branch/renovate/actions-core-3.x/package.json#L7-L7'><strong>ESM-only change</strong></a> Version 3 of @actions/core is published as ESM-only. Ensure existing code switches from require() to dynamic import() or updates bundler configuration to handle ESM modules. </summary> ```json "@actions/core": "^3.0.0" ``` </details> </td></tr> </table>
This pull request is broken due to missing fork information.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/actions-core-3.x:renovate/actions-core-3.x
git checkout renovate/actions-core-3.x
Sign in to join this conversation.