Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @actions/core from 1.10.0 to 1.11.1 #55

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps @actions/core from 1.10.0 to 1.11.1.

Changelog

Sourced from @​actions/core's changelog.

1.11.1

  • Fix uses of crypto.randomUUID on Node 18 and earlier #1842

1.11.0

  • Add platform info utilities #1551
  • Remove dependency on uuid package #1824

1.10.1

  • Fix error message reference in oidc utils #1511
Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
### Summary by RedRover
  • Chore: Updated the @actions/core package from version 1.10.0 to 1.11.1, enhancing stability and performance of the action.
  • Chore: Removed unused dependency uuid, reducing the overall size of the package.
  • Chore: Synchronized updates in both package.json and package-lock.json files for consistency.

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.10.0 to 1.11.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-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 7, 2024
@BankrateBot
Copy link

BankrateBot commented Oct 7, 2024

🐶 RedRover

Walkthrough

This update primarily focuses on upgrading the @actions/core package from version 1.10.0 to 1.11.1, along with related dependencies. The uuid dependency has been removed.

Changes

File(s) Summary
package-lock.json, package.json Updated @actions/core from 1.10.0 to 1.11.1 and related dependencies. Removed uuid dependency.

🐾 A dog's ode to code, a tale so bright,
With every pull request, we bark with delight.
Upgraded packages, oh what a sight,
In the world of code, we ignite the light! 🎉

Copy link

@BankrateBot BankrateBot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐶 RedRover

Commits Files that changed from the base of the PR and between de38c18 and 5a9c051 commits.
Files selected (2)
  • package-lock.json (4)
  • package.json (1)
Files skipped from review due to trivial changes (1)
  • package.json
Review comments generated (4)
  • Review: 4
  • LGTM: 0

Tips

Chat with RedRover (@redrover)

  • Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
  • Invite the bot into a review comment chain by tagging @redrover in a reply.

Code suggestions

  • The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
  • You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.

Pausing incremental reviews

  • Add @redrover: ignore anywhere in the PR description to pause further reviews from the bot.

@@ -9,7 +9,7 @@
"version": "0.0.0",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/core": "^1.11.1",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐶 RedRover

The version of @actions/core has been updated from 1.10.0 to 1.11.1 in the dependencies section of the package.json file. This is consistent with the PR title and description.

- "@actions/core": "^1.10.0",
+ "@actions/core": "^1.11.1",

Comment on lines +45 to +51
"version": "1.11.1",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.11.1.tgz",
"integrity": "sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A==",
"dependencies": {
"@actions/http-client": "^2.0.1",
"uuid": "^8.3.2"
"@actions/exec": "^1.1.1",
"@actions/http-client": "^2.0.1"
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐶 RedRover

The version of @actions/core in the package-lock.json file has been updated from 1.10.0 to 1.11.1. The resolved URL and integrity hash have also been updated accordingly. Additionally, the dependency on uuid has been removed and a new dependency on @actions/exec has been added.

- "version": "1.10.0",
- "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.10.0.tgz",
- "integrity": "sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug==",
- "dependencies": {
-   "uuid": "^8.3.2"
- }
+ "version": "1.11.1",
+ "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.11.1.tgz",
+ "integrity": "sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A==",
+ "dependencies": {
+   "@actions/exec": "^1.1.1",
+   "@actions/http-client": "^2.0.1"
+ }

Comment on lines +196 to +199
"node_modules/@actions/io": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/@actions/io/-/io-1.1.3.tgz",
"integrity": "sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q=="

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐶 RedRover

The @actions/io package has been added with version 1.1.3. The resolved URL and integrity hash are also provided.

+ "node_modules/@actions/io": {
+   "version": "1.1.3",
+   "resolved": "https://registry.npmjs.org/@actions/io/-/io-1.1.3.tgz",
+   "integrity": "sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q=="
+ }

Comment on lines 10231 to 10233
"node_modules/v8-to-istanbul": {
"version": "8.1.1",
"resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐶 RedRover

The uuid package has been removed from the package-lock.json file, which is consistent with the PR description.

- "node_modules/uuid": {
-   "version": "8.3.2",
-   "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
-   "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
-   "bin": {
-     "uuid": "dist/bin/uuid"
-   }
- }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant