Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update actions/checkout action to v4.2.2 #83

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 2, 2024

This PR contains the following updates:

Package Type Update Change
actions/checkout action minor v4.1.7 -> v4.2.2

Release Notes

actions/checkout (actions/checkout)

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source


Configuration

📅 Schedule: Branch creation - "* 0-4 * * 3" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 force-pushed the renovate/actions-checkout-4.x branch 2 times, most recently from 26eeca4 to 4e3fb46 Compare October 11, 2024 20:06
@renovate renovate bot changed the title chore(deps): update actions/checkout action to v4.2.0 chore(deps): update actions/checkout action to v4.2.1 Oct 11, 2024
@renovate renovate bot force-pushed the renovate/actions-checkout-4.x branch from 4e3fb46 to e9bf3df Compare October 27, 2024 15:16
@renovate renovate bot changed the title chore(deps): update actions/checkout action to v4.2.1 chore(deps): update actions/checkout action to v4.2.2 Oct 27, 2024
@renovate renovate bot force-pushed the renovate/actions-checkout-4.x branch from e9bf3df to 11e0208 Compare November 5, 2024 04:26
Copy link

github-actions bot commented Nov 5, 2024

[puLL-Merge] - actions/[email protected]

Description

This PR introduces several improvements and updates to the actions/checkout repository. The main changes include adding new outputs for the checkout action, updating dependencies, improving URL handling, and enhancing test coverage.

Changes

Changes

  1. .github/workflows/publish-immutable-actions.yml:

    • Added a new workflow for publishing immutable action versions.
  2. .github/workflows/test.yml:

    • Added a new job test-output to verify the new outputs of the checkout action.
  3. .github/workflows/update-test-ubuntu-git.yml:

    • Updated Docker-related action versions.
  4. CHANGELOG.md:

    • Added entries for versions 4.2.2, 4.2.1, and 4.2.0, detailing new features and dependency updates.
  5. README.md:

    • Added a note about the user email format for Git commits.
  6. __test__/ref-helper.test.ts:

    • Added a new test case for getCheckoutInfo with refs/ without commit.
  7. __test__/url-helper.test.ts:

    • Added new tests for URL handling functions.
  8. action.yml:

    • Added new outputs: ref and commit.
  9. dist/index.js:

    • Updated compiled JavaScript with new changes.
  10. package.json:

    • Updated version to 4.2.2.
    • Updated several development dependencies.
  11. src/git-source-provider.ts:

    • Added logic to set the commit output.
  12. src/main.ts:

    • Added logic to set the ref output.
  13. src/ref-helper.ts:

    • Modified getCheckoutInfo function to handle refs/ without commit.
  14. src/url-helper.ts:

    • Significantly refactored URL handling functions to improve flexibility and correctness.

Possible Issues

  • The changes to URL handling in url-helper.ts might potentially affect existing workflows that rely on specific URL formatting. Thorough testing is recommended to ensure compatibility.

Security Hotspots

No significant security issues were identified in this change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants