Skip to content

fix: packages/artifact/package.json & packages/artifact/package-lock.…

9bfb7bb
Select commit
Loading
Failed to load commit list.
Open

[Snyk] Security upgrade @actions/github from 5.1.1 to 6.0.0 #18

fix: packages/artifact/package.json & packages/artifact/package-lock.…
9bfb7bb
Select commit
Loading
Failed to load commit list.
Cursor / Cursor BugBot completed Jul 19, 2025 in 1m 47s

BugBot Review

BugBot Analysis Progress (1m 49s elapsed)

✅ Gathered PR context (1s)
✅ Analyzed code changes (1s)
✅ Completed bug detection — 1 potential bug found (1m 45s)
✅ Validation and filtering completed (0s)
✅ Posted analysis results — 1 bug reported (2s)
✅ Analysis completed successfully (0s)

Final Result: BugBot completed review and found 1 potential issue

Request ID: serverGenReqId_34b67e78-a9c3-4c2d-83a0-c21ddc522c0a

Details

Bug: Octokit Dependency Conflicts Post-Upgrade

Upgrading @actions/github from 5.1.1 to 6.0.0 introduces dependency conflicts. The package.json directly depends on @octokit/core@^3.5.1 and @octokit/request-error@^5.0.0, while @actions/github@6.0.0 now pulls in @octokit/core@^5.0.1 and @octokit/request-error@^5.1.1. This major version mismatch results in multiple @octokit package versions, leading to potential runtime errors or unexpected behavior, particularly for existing @octokit plugins.

packages/artifact/package.json#L43-L44

"@actions/core": "^1.10.0",
"@actions/github": "^6.0.0",

Fix in CursorFix in Web


Was this report helpful? Give feedback by reacting with 👍 or 👎