Skip to content

chore(deps): update dependency @actions/core to v1.11.1#54

Open
renovate[bot] wants to merge 2 commits intomainfrom
renovate/actions-core-1.x
Open

chore(deps): update dependency @actions/core to v1.11.1#54
renovate[bot] wants to merge 2 commits intomainfrom
renovate/actions-core-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Oct 2, 2024

This PR contains the following updates:

Package Change Age Confidence
@actions/core (source) 1.10.11.11.1 age confidence

Release Notes

actions/toolkit (@​actions/core)

v1.11.1

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

v1.11.0

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

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner October 2, 2024 18:23
@renovate renovate bot added dependencies Pull requests that update a dependency file minor npm labels Oct 2, 2024
@renovate renovate bot changed the title chore(deps): update dependency @actions/core to v1.11.0 chore(deps): update dependency @actions/core to v1.11.1 Oct 5, 2024
@renovate renovate bot force-pushed the renovate/actions-core-1.x branch from bf3af76 to bc2a65a Compare October 5, 2024 02:09
@renovate renovate bot force-pushed the renovate/actions-core-1.x branch 2 times, most recently from 16c779c to d002877 Compare August 13, 2025 12:50
@renovate renovate bot force-pushed the renovate/actions-core-1.x branch from 892f06c to 81f4783 Compare August 19, 2025 11:51
@renovate renovate bot force-pushed the renovate/actions-core-1.x branch from c327e94 to f3ccdc9 Compare August 31, 2025 12:03
@renovate renovate bot force-pushed the renovate/actions-core-1.x branch from eb7059d to f847e94 Compare September 25, 2025 18:07
@renovate renovate bot force-pushed the renovate/actions-core-1.x branch from 7142d3e to ec66347 Compare October 21, 2025 19:00
@renovate renovate bot force-pushed the renovate/actions-core-1.x branch from 63a42a4 to e33ac5a Compare November 10, 2025 22:43
@renovate renovate bot force-pushed the renovate/actions-core-1.x branch from c136a41 to dd486f8 Compare November 18, 2025 23:10
@renovate renovate bot force-pushed the renovate/actions-core-1.x branch from e3837f5 to b036493 Compare December 3, 2025 15:53
@renovate renovate bot force-pushed the renovate/actions-core-1.x branch from b77495c to 26635c3 Compare December 31, 2025 19:02
@renovate renovate bot force-pushed the renovate/actions-core-1.x branch from 6401aba to 5b4afcd Compare January 8, 2026 21:07
@renovate renovate bot force-pushed the renovate/actions-core-1.x branch 2 times, most recently from 64e339a to aa2e199 Compare January 23, 2026 21:25
@renovate renovate bot force-pushed the renovate/actions-core-1.x branch from a79cd9d to 83cf30b Compare February 2, 2026 16:46
@renovate renovate bot force-pushed the renovate/actions-core-1.x branch 2 times, most recently from 756f3ff to 9b8348e Compare February 17, 2026 17:58
@renovate renovate bot force-pushed the renovate/actions-core-1.x branch from 448d373 to ab26f18 Compare March 5, 2026 16:43
"homepage": "https://github.com/clevyr/php-versions-action#readme",
"dependencies": {
"@actions/core": "1.10.1",
"@actions/core": "1.11.1",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Bug: The bundled dist/index.js file was not rebuilt after updating dependencies. The action will run old code with @actions/core@1.10.1 instead of the intended 1.11.1.
Severity: CRITICAL

Suggested Fix

Run the build script (npm run build) to regenerate the bundled dist/index.js file using the updated dependencies and commit the resulting changes.

Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.

Location: package.json#L22

Potential issue: The pull request updates the `@actions/core` dependency from `1.10.1`
to `1.11.1` in `package.json`, but the bundled action file, `dist/index.js`, was not
regenerated. Since the GitHub Action is configured to execute `dist/index.js` directly,
it will continue to run the old code based on `@actions/core@1.10.1`. This means the bug
fixes and dependency changes in the newer version, such as the fix for
`crypto.randomUUID()` on Node 16, will not be applied, and the action will continue to
use the external `uuid` package unnecessarily. The dependency upgrade is effectively
inert.

Did we get this right? 👍 / 👎 to inform future reviews.

@renovate renovate bot force-pushed the renovate/actions-core-1.x branch from ab26f18 to 97d39c2 Compare March 13, 2026 13:49
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 minor npm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants