Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 19, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Type Update Change
thebinaryfelix/check-file-existence-action action patch 1.0.0 -> 1.0.1

Release Notes

thebinaryfelix/check-file-existence-action (thebinaryfelix/check-file-existence-action)

v1.0.1

Compare Source

Bugfixes

  • src/utils/setFinalOutput/setFinalOutput.ts
    line 8:
    failExecution(message)
    To:
    logInfo(message)

src/utils/setFinalOutput/setFinalOutput.test.ts
lines 15 to 27:
test('calls core actions with correct arguments if has missing files', () => {
const missingFileName = 'missing_file_1'

setFinalOutput([missingFileName])

expect(failExecution).toHaveBeenCalledWith(
  expect.stringContaining(missingFileName),
)

expect(setOutput).toHaveBeenCalledWith('false')

expect(logInfo).not.toHaveBeenCalled()

})
To:
test('calls core actions with correct arguments if has missing files', () => {
const missingFileName = 'missing_file_1'

setFinalOutput([missingFileName])

expect(logInfo).toHaveBeenCalledWith(
  expect.stringContaining('Missing files:'),
)

expect(setOutput).toHaveBeenCalledWith('false')

expect(failExecution).not.toHaveBeenCalled()

})

package.json
Bumped the following Dependencies to resolve vulnerabilities:
"@​release-it/bumper": "^7.0.5",
"news-fragments": "^4.0.0",


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Sep 19, 2025
@renovate renovate bot requested a review from a team as a code owner September 19, 2025 19:47
@renovate renovate bot enabled auto-merge (squash) September 19, 2025 19:47
@github-actions
Copy link

github-actions bot commented Sep 19, 2025

📊 Benchmark results

Comparing with 18e9861

  • Dependency count: 1,079 (no change)
  • Package size: 298 MB ⬆️ 0.00% increase vs. 18e9861
  • Number of ts-expect-error directives: 381 (no change)

@renovate
Copy link
Contributor Author

renovate bot commented Sep 23, 2025

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot merged commit ce9d91c into main Sep 24, 2025
47 checks passed
@renovate renovate bot deleted the renovate/thebinaryfelix-check-file-existence-action-1.x branch September 24, 2025 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant