chore(deps): update dependency @actions/core to v1.11.1 - #54
Open
renovate[bot] wants to merge 2 commits into
Open
chore(deps): update dependency @actions/core to v1.11.1#54renovate[bot] wants to merge 2 commits into
renovate[bot] wants to merge 2 commits into
Conversation
renovate
Bot
force-pushed
the
renovate/actions-core-1.x
branch
from
October 5, 2024 02:09
bf3af76 to
bc2a65a
Compare
renovate
Bot
force-pushed
the
renovate/actions-core-1.x
branch
2 times, most recently
from
August 13, 2025 12:50
16c779c to
d002877
Compare
renovate
Bot
force-pushed
the
renovate/actions-core-1.x
branch
from
August 19, 2025 11:51
892f06c to
81f4783
Compare
renovate
Bot
force-pushed
the
renovate/actions-core-1.x
branch
from
August 31, 2025 12:03
c327e94 to
f3ccdc9
Compare
renovate
Bot
force-pushed
the
renovate/actions-core-1.x
branch
from
September 25, 2025 18:07
eb7059d to
f847e94
Compare
renovate
Bot
force-pushed
the
renovate/actions-core-1.x
branch
from
October 21, 2025 19:00
7142d3e to
ec66347
Compare
renovate
Bot
force-pushed
the
renovate/actions-core-1.x
branch
from
November 10, 2025 22:43
63a42a4 to
e33ac5a
Compare
renovate
Bot
force-pushed
the
renovate/actions-core-1.x
branch
from
November 18, 2025 23:10
c136a41 to
dd486f8
Compare
renovate
Bot
force-pushed
the
renovate/actions-core-1.x
branch
from
December 3, 2025 15:53
e3837f5 to
b036493
Compare
renovate
Bot
force-pushed
the
renovate/actions-core-1.x
branch
from
December 31, 2025 19:02
b77495c to
26635c3
Compare
renovate
Bot
force-pushed
the
renovate/actions-core-1.x
branch
from
January 8, 2026 21:07
6401aba to
5b4afcd
Compare
renovate
Bot
force-pushed
the
renovate/actions-core-1.x
branch
2 times, most recently
from
January 23, 2026 21:25
64e339a to
aa2e199
Compare
renovate
Bot
force-pushed
the
renovate/actions-core-1.x
branch
from
February 2, 2026 16:46
a79cd9d to
83cf30b
Compare
renovate
Bot
force-pushed
the
renovate/actions-core-1.x
branch
2 times, most recently
from
February 17, 2026 17:58
756f3ff to
9b8348e
Compare
renovate
Bot
force-pushed
the
renovate/actions-core-1.x
branch
from
March 5, 2026 16:43
448d373 to
ab26f18
Compare
| "homepage": "https://github.com/clevyr/php-versions-action#readme", | ||
| "dependencies": { | ||
| "@actions/core": "1.10.1", | ||
| "@actions/core": "1.11.1", |
There was a problem hiding this comment.
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
Bot
force-pushed
the
renovate/actions-core-1.x
branch
from
March 13, 2026 13:49
ab26f18 to
97d39c2
Compare
renovate
Bot
force-pushed
the
renovate/actions-core-1.x
branch
2 times, most recently
from
April 8, 2026 16:48
8e255d8 to
d04129c
Compare
renovate
Bot
force-pushed
the
renovate/actions-core-1.x
branch
from
April 29, 2026 17:44
136115a to
0a3764a
Compare
renovate
Bot
force-pushed
the
renovate/actions-core-1.x
branch
2 times, most recently
from
May 18, 2026 13:37
0c91965 to
e53160e
Compare
renovate
Bot
force-pushed
the
renovate/actions-core-1.x
branch
2 times, most recently
from
June 2, 2026 00:32
be6357e to
f6c72fc
Compare
renovate
Bot
force-pushed
the
renovate/actions-core-1.x
branch
from
June 11, 2026 10:07
af42de9 to
2ba1771
Compare
renovate
Bot
force-pushed
the
renovate/actions-core-1.x
branch
2 times, most recently
from
July 16, 2026 18:59
3ee8cab to
229ea6f
Compare
renovate
Bot
force-pushed
the
renovate/actions-core-1.x
branch
from
July 21, 2026 01:38
02dbf34 to
bd75c97
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.10.1→1.11.1Release Notes
actions/toolkit (@actions/core)
v1.11.1crypto.randomUUIDon Node 18 and earlier #1842v1.11.0uuidpackage #1824Configuration
📅 Schedule: (UTC)
🚦 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 was generated by Mend Renovate. View the repository job log.