chore(deps): update dependency @actions/core to v3 #45
Reference in New Issue
Block a user
Delete Branch "renovate/actions-core-3.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.