chore(deps): update actions/checkout digest to de0fac2#757
chore(deps): update actions/checkout digest to de0fac2#757renovate[bot] wants to merge 2 commits intomasterfrom
Conversation
aa7106e to
bce33de
Compare
bce33de to
a52f559
Compare
024b3e6 to
3f1244b
Compare
|
@claude The Renovate PR build failed (workflow run: 21602397362). Please analyze the CI failure and implement a fix if possible. Workflow run: https://github.com/olexs/pdf-assembler/actions/runs/21602397362 |
|
Claude finished @olexs's task in 3m 45s —— View job CI Failure AnalysisRoot Cause: All E2E tests are failing with timeout errors while waiting for the Electron app UI to render. Error Pattern: The Electron app launches successfully but closes before any DOM elements appear, causing all 7 E2E tests to fail on both Windows and macOS. Investigation:
Key Finding: This PR only updates
The E2E test failures could be caused by:
Limitation: I cannot modify Recommendation: Could you check if the master branch CI is currently passing? If master is also failing E2E tests, then the issue is not with this Renovate PR but with the recent tempy/webpack changes. If master is passing, then the checkout action update may be the culprit. Alternatively, you could:
|
3f1244b to
8cac90c
Compare
|
@claude The Renovate PR build failed (workflow run: 21643810292). Please analyze the CI failure and implement a fix if possible. Workflow run: https://github.com/olexs/pdf-assembler/actions/runs/21643810292 |
|
Claude finished @olexs's task in 7m 47s —— View job CI Failure Analysis - Test Fix PushedWhat I Found: All 7 E2E tests fail identically on both Windows and macOS with timeout errors waiting for Electron UI elements to appear. The app launches but closes immediately before rendering. Root Cause Investigation: This PR updates However, this branch also includes recent master changes:
Without being able to verify master's CI status, it's unclear whether the failure is from:
Test Fix Applied: I reverted the checkout action to v6.0.0 in commit Results will show:
Next Steps: A new CI run should trigger shortly for commit
|
Reverting actions/checkout from de0fac2 (v6.0.2) back to 1af3b93 (v6.0.0) to test if the E2E test failures are caused by the checkout action update. If this fixes the CI, the issue is with v6.0.2's tag handling changes. If CI still fails, the issue is likely from the tempy v3 or webpack changes merged in PR #779. 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:
1af3b93→de0fac2Configuration
📅 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.