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 (@​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 [@​actions/exec](https://github.com/actions/exec) from 1.1.1 to 2.0.0 [#​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 [#​2110](https://github.com/actions/toolkit/pull/2110)
- Bump [@​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==-->
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>⏱️ <strong>Estimated effort to review</strong>: 2 🔵🔵⚪⚪⚪</td></tr>
<tr><td>🧪 <strong>No relevant tests</strong></td></tr>
<tr><td>🔒 <strong>No security concerns identified</strong></td></tr>
<tr><td>⚡ <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.
This pull request can be merged automatically.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
^1.10.1→^3.0.0Release Notes
actions/toolkit (@actions/core)
v3.0.0import()instead ofrequire()v2.0.3@actions/http-clientto3.0.2v2.0.1v2.0.0Configuration
📅 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.
This PR has been generated by Renovate Bot.
Preparing PR description...
PR Reviewer Guide 🔍
Here are some key observations to aid the review process:
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.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.