Conversation
|
Internal tracking:
|
e8c0728 to
40f678d
Compare
40f678d to
a6a6492
Compare
a6a6492 to
d732bf3
Compare
|
@claude review this |
|
Great job! No new security vulnerabilities introduced in this pull request |
|
Review SummaryPR: [deps]: Update @actions/artifact to v6 Findings1. CRITICAL: Committed node_modules not updatedThe After updating 2. CRITICAL: ESM/CJS incompatibility will break the actionThe
However, // download-artifacts/main.js, line 3
const artifact = require('@actions/artifact')After running 3. IMPORTANT: API breaking changes in artifact.create()
const artifactClient = artifact.create()This factory method does not exist in the v6 RecommendationThis major version bump requires code changes to
This likely cannot be handled by Renovate alone and needs manual developer intervention. |
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 needs additional work beyond the Renovate updates: |




This PR contains the following updates:
5.0.1→6.2.0Release Notes
actions/toolkit (@actions/artifact)
v6.2.0actions/upload-artifact). Callers must pass theskipArchiveoption touploadArtifact. Only single files can be uploaded at a time right now. Default behavior should remain unchanged ifskipArchive = false. WhenskipArchive = true, the name of the file is used as the name of the artifact for consistency with the downloads: you uploadartifact.txt, you downloadartifact.txt.v6.1.0v6.0.0import()instead ofrequire()v5.0.3@actions/http-clientto3.0.2Configuration
📅 Schedule: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), 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 was generated by Mend Renovate. View the repository job log.