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 github actions (major) #2131

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 16, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/download-artifact action major v3 -> v4
actions/upload-artifact action major v3 -> v4
paambaati/codeclimate-action action major v5.0.0 -> v6.0.0
tj-actions/changed-files action major v40.2.3 -> v44.5.1

Release Notes

actions/download-artifact (actions/download-artifact)

v4

Compare Source

actions/upload-artifact (actions/upload-artifact)

v4

Compare Source

paambaati/codeclimate-action (paambaati/codeclimate-action)

v6.0.0

Compare Source

⚠ BREAKING CHANGES
  • ci: this doesn't change the functionality of the core action, but it does change how releases are made in the future.
  • Trying to make semantic-release push a new release
  • this should ideally get published as v5
  • this should ideally get published as v5
  • core: Support Windows, now that CodeClimate has released a Windows binary of the reporter – see codeclimate.com/changelog/7dd79ee1cf1af7141b2bd18b
  • core: Support Windows, now that CodeClimate has released a Windows binary of the reporter
  • ci: semantic-release and its process is fundamentally broken when the repo moved from master to main for its main branch. This is an attempt to try to unfuck the git log/ref notes
core
Features
  • ci: replace semantic-release with Google's release-please. (854ea46)
  • core: cleanup downloaded artifacts (f331896), closes #​639
  • core: support fork PRs. (70a75ac), closes #​627
  • core: Support Windows (f0efca8)
  • core: Support Windows (9787ba6)
  • run action using Node.js 20.x (859e71d)
  • run action using Node.js 20.x (096c232)
  • run action using Node.js 20.x (7642145)
  • run action using Node.js 20.x (f01d194)
  • run action using Node.js 20.x (a5d0e4f)
  • run action using Node.js 20.x (052f893)
  • utils: refactor coverage config line parser into own util (e03d453)
Bug Fixes
  • ci: better version tagging (e7ede07)
  • ci: checkout EVERYTHING so semantic-release has all the data it could need (a16dca5)
  • ci: debug outputs (11ed927)
  • ci: do not cancel all matrix builds for one (1471593)
  • ci: fix invalid YAML (8f95f43)
  • ci: fix the tag detection logic for new releases (f787a56)
  • ci: rebuild and republish to use new branch and workflows (0c99fb3)
  • ci: release broken release process (746f1d2)
  • ci: republish so latest changes get applied (8f00eaa)
  • ci: republish so latest changes get applied (fa71c1f)
  • ci: set up correct (?) condition to trigger publish (3e9c9ce)
  • ci: set up correct regex that replaces the 'v' prefixes for tags (b3bcc0e)
  • ci: try once again to publish new version (bcd27f6)
  • ci: use the un-broken latest version of the workflow (0fe0643)
  • ci: validate empty new release version (2b9684a)
  • core: handle globs correctly in windows (54ac87c)
  • core: parse coverage path correctly on all platforms (923001d)
  • core: support ARM 64-bit environments (ea13673)
  • core: support ARM 64-bit environments (ea13673)
  • core: support ARM 64-bit environments (99e22b3)
  • create hash from windows (077e614)
  • deps: add missing dev-only dep to unblock typescript build (9e22dcb)
  • keep windows-style line endings for .bat files (67549ff)
  • set up gitattributes to stop the line ending fuckery (4246a36)
  • set up gitattributes to stop the line ending fuckery (9181fd8)
  • tests: additional windows-style test fixes (def6f6d)
  • tests: fix tests for Windows (18e310b)
  • tests: fix the Windows path (6e02942)
  • tests: make sure the special variable in script are quoted to make string comparison work (c796f65)
  • tests: mock checksum verification too (2befa84)
  • tests: more windows-specific test fixes (de37362)
  • tests: more windows-specific test fixes (e44e0a3)
  • tests: more windows-specific test fixes (0b2f6f8)
  • tests: more windows-specific test fixes (9a9184a)
  • tests: more windows-specific test fixes (1c1a7eb)
  • tests: more windows-specific test fixes (8d2edab)
  • tests: more windows-specific test fixes (e05d58f)
  • tests: more windows-specific tests (e9e87cc)
  • tests: more windows-specific tests (13ff2e3)
  • tests: more windows-specific tests (80aa61e)
  • tests: more windows-specific tests (498dee1)
  • tests: more windows-specific tests (f4dff2a)
  • tests: more windows-specific tests (4b48851)
  • tests: OS-agnostic line separators for all strings (2fc4cc3)
  • tests: remove windows-only test and start writing os-independent logic (29cbd91)
  • tests: run checksum verification pre-checks only for fixtures on their own target platforms (4dc408b)
  • tests: set up correct file mode on Windows (4edff7e)
  • tests: set up Windows fixtures (c29289f)
  • tests: skip integration tests on unsupported platforms (00e5b40)
  • tests: try correcting extra spaces in checksum files generated on Windows (edc5e97)
  • try LF-only line endings for all files (e2c94ee)
  • util: follow redirects in fetch (a258bd9)
Miscellaneous Chores
tj-actions/changed-files (tj-actions/changed-files)

v44.5.1

Compare Source

What's Changed

Full Changelog: tj-actions/changed-files@v44...v44.5.1

v44.5.0

Compare Source

What's Changed

Full Changelog: tj-actions/changed-files@v44...v44.5.0

v44.4.0

Compare Source

What's Changed

Full Changelog: tj-actions/changed-files@v44.3.0...v44.4.0

v44.3.0

Compare Source

What's Changed

Full Changelog: tj-actions/changed-files@v44.2.0...v44.3.0

v44.2.0

Compare Source

What's Changed

Full Changelog: tj-actions/changed-files@v44.1.0...v44.2.0

v44.1.0

Compare Source

What's Changed

Full Changelog: tj-actions/changed-files@v44.0.1...v44.1.0

v44.0.1

Compare Source

What's Changed

Full Changelog: tj-actions/changed-files@v44...v44.0.1

v44.0.0

Compare Source

🔥🔥 BREAKING CHANGE 🔥🔥
Overview

We've made a significant update to how pull requests (PRs) from forked repositories are processed. This improvement not only streamlines the handling of such PRs but also fixes a previously identified issue.

Before the Change

Previously, when you created a pull request from a forked repository, any files changed in the target branch after the PR creation would erroneously appear as part of the PR's changed files. This made it difficult to distinguish between the actual changes introduced by the PR and subsequent changes made directly to the target branch.

What Has Changed

With this update, a pull request from a fork will now only include the files that were explicitly changed in the fork. This ensures that the list of changed files in a PR accurately reflects the contributions from the fork, without being muddled by unrelated changes to the target branch.


What's Changed
New Contributors

Full Changelog: tj-actions/changed-files@v43.0.1...v44.0.0

v43.0.1

Compare Source

What's Changed

Full Changelog: tj-actions/changed-files@v43...v43.0.1

v43.0.0

Compare Source

🔥🔥 BREAKING CHANGE 🔥🔥

  • any_{changed, modified, deleted} outputs now return true when no file/directory patterns are specified.

What's Changed

Full Changelog: tj-actions/changed-files@v42...v43.0.0

v42.1.0

Compare Source

🚀 🚀 New Feature 🚀 🚀

  • Use changed-files output to run matrix jobs by simply setting the new matrix input to true.

This serves as an alias for setting the json input to true and the escape_json input to false

      - name: Get changed files
        id: changed-files
        uses: tj-actions/changed-files@v42
        with:
           matrix: true

[!NOTE]

  • Activating this setting will automatically set json to true and escape_json to false. It is recommended for scenarios requiring these specific configurations.

What's Changed

Full Changelog: tj-actions/changed-files@v42...v42.1.0

v42.0.7

Compare Source

What's Changed

Full Changelog: tj-actions/changed-files@v42...v42.0.7

v42.0.6

Compare Source

What's Changed

Full Changelog: tj-actions/changed-files@v42...v42.0.6

v42.0.5

Compare Source

What's Changed

Full Changelog: tj-actions/changed-files@v42...v42.0.5

v42.0.4

Compare Source

What's Changed

Full Changelog: tj-actions/changed-files@v42...v42.0.4

v42.0.3

Compare Source

What's Changed

Configuration

📅 Schedule: Branch creation - "after 3am,before 9am" (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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/major-github-actions branch from 1cea2a3 to dc51049 Compare December 18, 2023 22:55
@renovate renovate bot changed the title chore(deps): update github actions to v4 (major) chore(deps): update github actions (major) Dec 23, 2023
@renovate renovate bot force-pushed the renovate/major-github-actions branch 2 times, most recently from f7df8f8 to bbb0f19 Compare December 24, 2023 18:16
@renovate renovate bot force-pushed the renovate/major-github-actions branch 5 times, most recently from ee51f7a to a3d1fc9 Compare January 17, 2024 09:27
@renovate renovate bot force-pushed the renovate/major-github-actions branch 3 times, most recently from 5ebcb16 to 54f127c Compare January 23, 2024 19:39
@renovate renovate bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 8b8bde9 to 6b48597 Compare January 25, 2024 20:04
@renovate renovate bot force-pushed the renovate/major-github-actions branch 2 times, most recently from b50abc2 to 40e8667 Compare February 6, 2024 00:50
@renovate renovate bot force-pushed the renovate/major-github-actions branch 2 times, most recently from a22ad37 to ea984ae Compare February 18, 2024 04:11
@renovate renovate bot force-pushed the renovate/major-github-actions branch 3 times, most recently from 6ce84ea to 92f3165 Compare March 1, 2024 19:37
@renovate renovate bot force-pushed the renovate/major-github-actions branch 3 times, most recently from 38c1ec0 to a99a959 Compare March 9, 2024 21:56
@renovate renovate bot force-pushed the renovate/major-github-actions branch from a99a959 to 404779d Compare March 14, 2024 01:57
@renovate renovate bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 7d892bd to 4921ab3 Compare March 27, 2024 03:13
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 4921ab3 to ea5467e Compare April 10, 2024 00:28
@renovate renovate bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 38de837 to 0c1b468 Compare April 18, 2024 15:59
@renovate renovate bot force-pushed the renovate/major-github-actions branch 4 times, most recently from ec33d8c to b26772f Compare April 24, 2024 16:43
@renovate renovate bot force-pushed the renovate/major-github-actions branch from b26772f to 3120de0 Compare April 26, 2024 07:48
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 3120de0 to 30159e2 Compare May 12, 2024 21:22
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 30159e2 to 7786ee4 Compare May 21, 2024 12:00
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 7786ee4 to 6907f38 Compare May 24, 2024 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants