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/setup-node action to v4.0.3 #25

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 10, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/setup-node action patch v4.0.2 -> v4.0.3

Release Notes

actions/setup-node (actions/setup-node)

v4.0.3

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 has been generated by Mend Renovate. View repository job log here.

Copy link

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

Description

This PR updates the Node.js versions used in the GitHub Actions setup-node workflow, as well as updates several dependencies to their latest versions. The main changes include:

  1. Updating Node.js versions in test matrices from older versions (10, 12, 14, 16) to newer versions (18, 20, 22).
  2. Updating various npm dependencies to their latest versions.
  3. Adjusting some code to accommodate changes in updated dependencies.
Changes

Changes

  1. .github/workflows/e2e-cache.yml:

    • Updated Node.js versions in test matrices from 12, 14, 16 to 18, 20, 22.
  2. .github/workflows/versions.yml:

    • Updated Node.js versions in test matrices and specific version tests.
    • Changed macOS runner from macos-latest to macos-13 in some jobs.
  3. README.md:

    • Updated example Node.js versions from 16 to 20.
  4. tests/data/:

    • Updated various test data files to use newer Node.js versions.
  5. dist/setup/index.js and dist/index.js:

    • Various changes reflecting updates in dependencies and compiled code.
  6. package.json:

    • Updated several dependencies to their latest versions, including:
      • @actions/cache: ^3.0.4 -> ^3.2.4
      • @actions/http-client: ^2.1.1 -> ^2.2.1
      • semver: ^7.5.4 -> ^7.6.0
      • Various devDependencies

Possible Issues

  1. The change from macos-latest to macos-13 in some jobs might affect compatibility with older macOS versions.
  2. Updating to Node.js 22 (which is currently in development) might introduce instability or compatibility issues in certain environments.

Security Hotspots

No significant security issues were identified in this change. The updates to dependencies likely include security patches and improvements.

@thypon thypon merged commit 5e60a12 into main Jul 15, 2024
7 checks passed
@thypon thypon deleted the renovate/actions-setup-node-4.x branch July 15, 2024 08:53
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.

1 participant