chore(deps): bump @actions/core from 1.6.0 to 1.9.1#3
chore(deps): bump @actions/core from 1.6.0 to 1.9.1#3dependabot[bot] wants to merge 2 commits intomainfrom
Conversation
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.6.0 to 1.9.1. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) --- updated-dependencies: - dependency-name: "@actions/core" dependency-version: 1.9.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Pull request overview
This PR updates the @actions/core dependency from version 1.6.0 to 1.9.1, a security and feature update initiated by Dependabot. The update includes improvements such as randomized delimiters for core.exportVariable (security enhancement in 1.9.1) and new path utility functions. The update also brings in transitive dependency updates including @actions/http-client (1.0.11 → 2.2.3) and adds uuid (8.3.2) as a new dependency.
Key Changes:
- Bumps
@actions/corefrom ^1.6.0 to ^1.9.1 to address security concerns and gain new features - Updates transitive dependencies including
@actions/http-clientto v2.2.3 with undici support - Adds
uuid@8.3.2as a new transitive dependency required by the updated @actions/core
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Updates the @actions/core version constraint from ^1.6.0 to ^1.9.1 |
| package-lock.json | Reflects the resolved version update to 1.9.1, transitive dependency updates (@actions/http-client to 2.2.3), and adds uuid@8.3.2; also includes unrelated peer dependency markers for React packages |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
@copilot open a new pull request to apply changes based on the comments in this thread |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps @actions/core from 1.6.0 to 1.9.1.
Changelog
Sourced from
@actions/core's changelog.Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.