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

Update actions/checkout action to v4.2.2 #134

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 19, 2024

This PR contains the following updates:

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

Release Notes

actions/checkout (actions/checkout)

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.7

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 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 changed the title Update actions/checkout action to v4.1.7 Update actions/checkout action to v4.2.0 Sep 29, 2024
@renovate renovate bot force-pushed the renovate/actions-checkout-4.x branch from 1fa286b to c848346 Compare September 29, 2024 19:28
@renovate renovate bot force-pushed the renovate/actions-checkout-4.x branch from c848346 to d2f3e6f Compare October 11, 2024 18:50
@renovate renovate bot changed the title Update actions/checkout action to v4.2.0 Update actions/checkout action to v4.2.1 Oct 11, 2024
Copy link

[puLL-Merge] - actions/checkout@v4.1.6..v4.2.1

Description

This PR updates the actions/checkout action to version 4.2.1, introducing new features, bug fixes, and dependency updates. The main changes include adding new outputs for the checked-out ref and commit SHA, improving handling of non-standard refs, and updating various dependencies.

Changes

Changes

  1. action.yml:

    • Added new outputs: 'ref' and 'commit' to provide information about the checked-out branch/tag/SHA.
  2. src/main.ts and src/git-source-provider.ts:

    • Implemented logic to set the new 'ref' and 'commit' outputs.
  3. src/ref-helper.ts:

    • Improved handling of non-standard refs starting with 'REFS/'.
  4. CHANGELOG.md:

    • Updated with new versions 4.2.1, 4.2.0, and 4.1.7, detailing the changes in each version.
  5. README.md:

    • Added a note about the user email format for Git commits.
  6. package.json:

    • Updated version to 4.2.1.
    • Updated various dependencies to their latest versions.
  7. Workflow files (.github/workflows/):

    • Updated references to actions/checkout to use v4.1.6.
    • Added a new workflow 'publish-immutable-actions.yml' for publishing immutable action versions.
  8. dist/index.js:

    • Reflected changes from the source files in the compiled distribution file.

Possible Issues

  • The update to the checkout action version in the workflow files might potentially cause issues if there are any breaking changes or incompatibilities with other actions or workflows.

Security Hotspots

No significant security hotspots were identified in this change. The updates primarily focus on feature additions and dependency updates, which generally improve the overall security posture of the action.

@renovate renovate bot force-pushed the renovate/actions-checkout-4.x branch from d2f3e6f to e84e46b Compare October 27, 2024 16:54
@renovate renovate bot changed the title Update actions/checkout action to v4.2.1 Update actions/checkout action to v4.2.2 Oct 27, 2024
Copy link

[puLL-Merge] - actions/checkout@v4.1.6..v4.2.2

Description

This PR updates the actions/checkout action from v4.1.6 to v4.2.2. It includes various improvements, bug fixes, and dependency updates. The main changes include adding new outputs for the checked-out ref and commit, improving URL handling for different GitHub environments, and updating the workflow files to use the latest version of the action.

Changes

Changes

  1. action.yml:

    • Added new outputs: 'ref' and 'commit' to provide information about the checked-out branch/tag and commit SHA.
  2. src/main.ts:

    • Added code to set the 'ref' output.
  3. src/git-source-provider.ts:

    • Added code to set the 'commit' output.
  4. src/ref-helper.ts:

    • Improved handling of refs, including a new case for non-standard refs.
  5. src/url-helper.ts:

    • Refactored URL handling to better support different GitHub environments (GitHub.com, GHES, GHEC).
    • Added new helper functions for URL manipulation and content checking.
  6. Various workflow files (.github/workflows/*.yml):

    • Updated actions/checkout references to use v4.1.6.
  7. package.json:

    • Updated version to 4.2.2.
    • Updated various dependencies.
  8. CHANGELOG.md:

    • Added entries for versions 4.2.2, 4.2.1, 4.2.0, and 4.1.7.
  9. README.md:

    • Added a note about the user email format for git commits.
  10. Added new test files and updated existing ones to cover new functionality.

Possible Issues

  • The changes to URL handling in url-helper.ts might affect users with custom GitHub Enterprise Server setups. Testing with various GHES configurations is recommended.

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