chore(deps): update actions/upload-artifact action to v7#764
chore(deps): update actions/upload-artifact action to v7#764renovate[bot] wants to merge 2 commits into
Conversation
ff6fb92 to
d5dd161
Compare
d5dd161 to
d156fb6
Compare
d156fb6 to
82d97fc
Compare
|
@claude The Renovate PR build failed (workflow run: 21602405015). Please analyze the CI failure and implement a fix if possible. Workflow run: https://github.com/olexs/pdf-assembler/actions/runs/21602405015 |
|
Claude finished @olexs's task in 2m 34s —— View job CI Failure Analysis CompleteTodo List:
Root Cause IdentifiedThe CI failure is NOT related to the upload-artifact v6 upgrade. The upload-artifact action is working correctly. The real issue: E2E tests are failing because the Electron app renderer process isn't loading properly. This is a regression from commit Evidence
RecommendationThis PR (#764) is safe to merge - the upload-artifact v6 upgrade is not causing the test failures. However, master is broken due to the webpack changes from PR #779. Next steps:
Would you like me to investigate a fix for the webpack issue, or would you prefer to handle that separately? |
82d97fc to
078678d
Compare
|
@claude The Renovate PR build failed (workflow run: 22463207563). Please analyze the CI failure and implement a fix if possible. Workflow run: https://github.com/olexs/pdf-assembler/actions/runs/22463207563 |
|
Claude finished @olexs's task in 12m 48s —— View job CI Failure Analysis & FixTodo List:
Root CauseAll 7 E2E tests timed out waiting for Root cause: The Fix AppliedCommit
This fix should be applied to | Branch |
… tests The conditionNames: ['import', 'require', 'node', 'default'] added in 00dc188 to support tempy v3's ESM-only temp-dir dependency causes webpack to resolve other packages to their ESM versions at runtime, silently breaking the Electron renderer process. Fix by replacing tempy with native Node.js implementations using os, crypto, path, and fs built-ins in a new tempUtils.ts module. This eliminates the need for the 'import' condition in conditionNames, and we revert to ['require', 'node', 'default'] which was working before. Co-authored-by: Olex S. <olexs@users.noreply.github.com>
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 PR contains the following updates:
v5→v7Release Notes
actions/upload-artifact (actions/upload-artifact)
v7Compare Source
v6Compare Source
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.
This PR was generated by Mend Renovate. View the repository job log.