Sourced from tj-actions/changed-files's releases.
v42
Changes in v42.0.2
What's Changed
- Upgraded to v42.0.1 by
@tj-actions-botin tj-actions/changed-files#1884- feat: enhance error handling for non-git directories by
@jackton1in tj-actions/changed-files#1885Full Changelog: https://github.com/tj-actions/changed-files/compare/v42...v42.0.2
Changes in v42.0.1
What's Changed
- Upgraded to v42 by
@tj-actions-botin tj-actions/changed-files#1874- chore(deps): update tj-actions/eslint-changed-files action to v23 by
@renovatein tj-actions/changed-files#1875- chore(deps): lock file maintenance by
@renovatein tj-actions/changed-files#1876- chore: update README.md by
@jackton1in tj-actions/changed-files#1877- chore: rename example worflows from test to example by
@jackton1in tj-actions/changed-files#1878- chore(deps): lock file maintenance by
@renovatein tj-actions/changed-files#1879- chore(deps): update dependency ts-jest to v29.1.2 by
@renovatein tj-actions/changed-files#1880- chore(deps): update typescript-eslint monorepo to v6.19.1 by
@renovatein tj-actions/changed-files#1881- chore(deps): update dependency
@types/nodeto v20.11.6 by@renovatein tj-actions/changed-files#1883Full Changelog: https://github.com/tj-actions/changed-files/compare/v42...v42.0.1
Changes in v42.0.0
🔥🔥 BREAKING CHANGE 🔥🔥
- Input file patterns that end with a
/would now match all sub-files within the directory without requiring you to specify the globstar pattern.... - name: Get changed files id: changed-files uses: tj-actions/changed-files@v42 with: files: 'dir/' # Would also be the same as dir/**What's Changed
- Upgraded to v41.1.2 by
@tj-actions-botin tj-actions/changed-files#1869- chore(deps): update dependency prettier to v3.2.4 by
@renovatein tj-actions/changed-files#1871- fix: update input warning by
@jackton1in tj-actions/changed-files#1870- rename: unsupported REST API inputs constant name by
@jackton1in tj-actions/changed-files#1872- feat: add support for include/exclude all nested files when a directory is specified and ends with a slash by
@jackton1in tj-actions/changed-files#1873
... (truncated)
Sourced from tj-actions/changed-files's changelog.
Changelog
42.0.2 - (2024-01-25)
🚀 Features
⬆️ Upgrades
- Upgraded to v42.0.1 (#1884)
Co-authored-by: jackton1 jackton1@users.noreply.github.com (2cb2c92) - (tj-actions[bot])
42.0.1 - (2024-01-24)
➕ Add
- Added missing changes and modified dist assets. (ea024b2) - (GitHub Action)
- Added missing changes and modified dist assets. (3af07c2) - (GitHub Action)
🔄 Update
- Update env.ts (3680129) - (Tonye Jack)
⚙️ Miscellaneous Tasks
- deps: Update dependency
@types/nodeto v20.11.6 (ac21d93) - (renovate[bot])- deps: Update typescript-eslint monorepo to v6.19.1 (a4637ea) - (renovate[bot])
- deps: Update dependency ts-jest to v29.1.2 (fd9998c) - (renovate[bot])
- deps: Lock file maintenance (db4e584) - (renovate[bot])
- Rename example worflows from test to example (#1878) (c6543c4) - (Tonye Jack)
- Update README.md (#1877) (88f9f3e) - (Tonye Jack)
- deps: Lock file maintenance (5d866cb) - (renovate[bot])
- deps: Update tj-actions/eslint-changed-files action to v23 (#1875) (346f237) - (renovate[bot])
⬆️ Upgrades
- Upgraded to v42 (#1874)
Co-authored-by: jackton1 jackton1@users.noreply.github.com (c037f1e) - (tj-actions[bot])
42.0.0 - (2024-01-18)
🚀 Features
... (truncated)
90a06d6
feat: enhance error handling for non-git directories (#1885)2cb2c92
Upgraded to v42.0.1 (#1884)ac21d93
chore(deps): update dependency @types/node to
v20.11.6a4637ea
chore(deps): update typescript-eslint monorepo to v6.19.1fd9998c
chore(deps): update dependency ts-jest to v29.1.2ea024b2
Added missing changes and modified dist assets.db4e584
chore(deps): lock file maintenancec6543c4
chore: rename example worflows from test to example (#1878)88f9f3e
chore: update README.md (#1877)3af07c2
Added missing changes and modified dist assets.Sourced from actions/cache's releases.
v4.0.0
What's Changed
- Update action to node20 by
@takostin actions/cache#1284- feat: save-always flag by
@to-sin actions/cache#1242New Contributors
@takostmade their first contribution in actions/cache#1284@to-smade their first contribution in actions/cache#1242Full Changelog: https://github.com/actions/cache/compare/v3...v4.0.0
v3.3.3
What's Changed
- Cache v3.3.3 by
@robherleyin actions/cache#1302New Contributors
@robherleymade their first contribution in actions/cache#1302Full Changelog: https://github.com/actions/cache/compare/v3...v3.3.3
v3.3.2
What's Changed
- Fixed readme with new segment timeout values by
@kotewarin actions/cache#1133- Readme fixes by
@kotewarin actions/cache#1134- Updated description of the lookup-only input for main action by
@kotewarin actions/cache#1130- Change two new actions mention as quoted text by
@bishal-pdMSFTin actions/cache#1131- Update Cross-OS Caching tips by
@pdotlin actions/cache#1122- Bazel example (Take #2️⃣) by
@vorburgerin actions/cache#1132- Remove actions to add new PRs and issues to a project board by
@jorendorffin actions/cache#1187- Consume latest toolkit and fix dangling promise bug by
@chkimesin actions/cache#1217- Bump action version to 3.3.2 by
@bethanyj28in actions/cache#1236New Contributors
@vorburgermade their first contribution in actions/cache#1132@jorendorffmade their first contribution in actions/cache#1187@chkimesmade their first contribution in actions/cache#1217@bethanyj28made their first contribution in actions/cache#1236Full Changelog: https://github.com/actions/cache/compare/v3...v3.3.2
v3.3.1
What's Changed
- Reduced download segment size to 128 MB and timeout to 10 minutes by
@kotewarin actions/cache#1129Full Changelog: https://github.com/actions/cache/compare/v3...v3.3.1
v3.3.0
What's Changed
- Bug: Permission is missing in cache delete example by
@kotokazein actions/cache#1123
... (truncated)
Sourced from actions/cache's changelog.
Releases
3.0.0
- Updated minimum runner version support from node 12 -> node 16
3.0.1
- Added support for caching from GHES 3.5.
- Fixed download issue for files > 2GB during restore.
3.0.2
- Added support for dynamic cache size cap on GHES.
3.0.3
- Fixed avoiding empty cache save when no files are available for caching. (issue)
3.0.4
- Fixed tar creation error while trying to create tar with path as
~/home folder onubuntu-latest. (issue)3.0.5
- Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by toolkit. (PR)
3.0.6
- Fixed #809 - zstd -d: no such file or directory error
- Fixed #833 - cache doesn't work with github workspace directory
3.0.7
- Fixed #810 - download stuck issue. A new timeout is introduced in the download process to abort the download if it gets stuck and doesn't finish within an hour.
3.0.8
- Fix zstd not working for windows on gnu tar in issues #888 and #891.
- Allowing users to provide a custom timeout as input for aborting download of a cache segment using an environment variable
SEGMENT_DOWNLOAD_TIMEOUT_MINS. Default is 60 minutes.3.0.9
- Enhanced the warning message for cache unavailablity in case of GHES.
3.0.10
- Fix a bug with sorting inputs.
- Update definition for restore-keys in README.md
... (truncated)
13aacd8
Merge pull request #1242
from to-s/main53b35c5
Merge branch 'main' into main65b8989
Merge pull request #1284
from takost/update-to-node-20d0be34d
Fix dist66cf064
Merge branch 'main' into update-to-node-201326563
Merge branch 'main' into maine718767
Fix format0122982
Apply workaround for earlyExit3185ecf
Update "only-" actions to node2025618a0
Bump versionSourced from peter-evans/find-comment's releases.
Find Comment v3.0.0
⚙️ Updated runtime to Node.js 20
- The action now requires a minimum version of v2.308.0 for the Actions runner. Update self-hosted runners to v2.308.0 or later to ensure compatibility.
What's Changed
- build(deps-dev): bump prettier from 2.8.7 to 2.8.8 by
@dependabotin peter-evans/find-comment#173- build(deps-dev): bump
@types/nodefrom 18.15.13 to 18.16.3 by@dependabotin peter-evans/find-comment#175- build(deps-dev): bump
@typescript-eslint/parserfrom 5.59.0 to 5.59.1 by@dependabotin peter-evans/find-comment#176- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 5.59.0 to 5.59.1 by@dependabotin peter-evans/find-comment#174- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 5.59.1 to 5.59.2 by@dependabotin peter-evans/find-comment#177- build(deps-dev): bump eslint from 8.39.0 to 8.40.0 by
@dependabotin peter-evans/find-comment#179- build(deps-dev): bump
@typescript-eslint/parserfrom 5.59.1 to 5.59.2 by@dependabotin peter-evans/find-comment#178- build(deps-dev): bump
@types/nodefrom 18.16.3 to 18.16.5 by@dependabotin peter-evans/find-comment#180- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 5.59.2 to 5.59.5 by@dependabotin peter-evans/find-comment#181- build(deps-dev): bump
@typescript-eslint/parserfrom 5.59.2 to 5.59.5 by@dependabotin peter-evans/find-comment#183- build(deps-dev): bump
@types/nodefrom 18.16.5 to 18.16.9 by@dependabotin peter-evans/find-comment#182- build(deps-dev): bump
@typescript-eslint/parserfrom 5.59.5 to 5.59.6 by@dependabotin peter-evans/find-comment#184- build(deps-dev): bump eslint from 8.40.0 to 8.41.0 by
@dependabotin peter-evans/find-comment#186- build(deps-dev): bump
@types/nodefrom 18.16.9 to 18.16.13 by@dependabotin peter-evans/find-comment#187- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 5.59.5 to 5.59.6 by@dependabotin peter-evans/find-comment#185- build(deps-dev): bump
@types/nodefrom 18.16.13 to 18.16.16 by@dependabotin peter-evans/find-comment#188- build(deps-dev): bump
@typescript-eslint/parserfrom 5.59.6 to 5.59.7 by@dependabotin peter-evans/find-comment#190- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 5.59.6 to 5.59.7 by@dependabotin peter-evans/find-comment#189- build(deps-dev): bump eslint from 8.41.0 to 8.42.0 by
@dependabotin peter-evans/find-comment#191- build(deps-dev): bump
@typescript-eslint/parserfrom 5.59.7 to 5.59.8 by@dependabotin peter-evans/find-comment#193- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 5.59.7 to 5.59.8 by@dependabotin peter-evans/find-comment#194- build(deps-dev): bump eslint-plugin-github from 4.7.0 to 4.8.0 by
@dependabotin peter-evans/find-comment#192- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 5.59.8 to 5.59.9 by@dependabotin peter-evans/find-comment#195- build(deps-dev): bump
@typescript-eslint/parserfrom 5.59.8 to 5.59.9 by@dependabotin peter-evans/find-comment#197- build(deps-dev): bump
@types/nodefrom 18.16.16 to 18.16.17 by@dependabotin peter-evans/find-comment#196- build(deps-dev): bump
@typescript-eslint/parserfrom 5.59.9 to 5.59.11 by@dependabotin peter-evans/find-comment#198- build(deps-dev): bump eslint from 8.42.0 to 8.43.0 by
@dependabotin peter-evans/find-comment#199- build(deps-dev): bump
@types/nodefrom 18.16.17 to 18.16.18 by@dependabotin peter-evans/find-comment#200- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 5.59.9 to 5.59.11 by@dependabotin peter-evans/find-comment#201- build(deps-dev): bump eslint-plugin-jest from 27.2.1 to 27.2.2 by
@dependabotin peter-evans/find-comment#202- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 5.59.11 to 5.60.0 by@dependabotin peter-evans/find-comment#203- build(deps-dev): bump
@typescript-eslint/parserfrom 5.59.11 to 5.60.0 by@dependabotin peter-evans/find-comment#204- build(deps-dev): bump
@types/nodefrom 18.16.18 to 18.16.19 by@dependabotin peter-evans/find-comment#205- build(deps-dev): bump
@typescript-eslint/parserfrom 5.60.0 to 5.60.1 by@dependabotin peter-evans/find-comment#206- build(deps-dev): bump eslint from 8.43.0 to 8.44.0 by
@dependabotin peter-evans/find-comment#207- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 5.60.0 to 5.60.1 by@dependabotin peter-evans/find-comment#208- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 5.60.1 to 5.61.0 by@dependabotin peter-evans/find-comment#209- build(deps): bump tough-cookie from 4.1.2 to 4.1.3 by
@dependabotin peter-evans/find-comment#211- build(deps-dev): bump
@typescript-eslint/parserfrom 5.60.1 to 5.61.0 by@dependabotin peter-evans/find-comment#210- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 5.61.0 to 5.62.0 by@dependabotin peter-evans/find-comment#212- build(deps-dev): bump eslint from 8.44.0 to 8.45.0 by
@dependabotin peter-evans/find-comment#214- build(deps-dev): bump eslint-plugin-jest from 27.2.2 to 27.2.3 by
@dependabotin peter-evans/find-comment#215- build(deps-dev): bump
@typescript-eslint/parserfrom 5.61.0 to 5.62.0 by@dependabotin peter-evans/find-comment#213- build(deps-dev): bump eslint-plugin-github from 4.8.0 to 4.9.0 by
@dependabotin peter-evans/find-comment#216- build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by
@dependabotin peter-evans/find-comment#217
... (truncated)
d5fe376
feat: update runtime to node 20 (#282)e375408
build(deps-dev): bump @types/node from 18.19.6 to 18.19.8
(#279)6f78139
build(deps-dev): bump prettier from 3.2.1 to 3.2.4 (#278)663f5b8
build(deps-dev): bump eslint-plugin-jest from 27.6.1 to 27.6.3 (#276)1950d48
build(deps-dev): bump prettier from 3.1.1 to 3.2.1 (#277)4c49b27
build(deps-dev): bump eslint-plugin-prettier from 5.1.2 to 5.1.3 (#275)141f79c
build(deps-dev): bump @types/node from 18.19.4 to 18.19.6
(#274)90d027d
build(deps-dev): bump eslint-plugin-jest from 27.6.0 to 27.6.1 (#273)4541d1b
build(deps-dev): bump eslint-plugin-prettier from 5.1.1 to 5.1.2 (#272)3e2c601
build(deps-dev): bump @types/node from 18.19.3 to 18.19.4
(#271)Sourced from peter-evans/create-or-update-comment's releases.
Create or Update Comment v4.0.0
⚙️ Updated runtime to Node.js 20
- The action now requires a minimum version of v2.308.0 for the Actions runner. Update self-hosted runners to v2.308.0 or later to ensure compatibility.
What's Changed
- build(deps): bump actions/setup-node from 3 to 4 by
@dependabotin peter-evans/create-or-update-comment#273- build(deps-dev): bump
@vercel/nccfrom 0.38.0 to 0.38.1 by@dependabotin peter-evans/create-or-update-comment#274- build(deps-dev): bump eslint-plugin-jest from 27.4.2 to 27.4.3 by
@dependabotin peter-evans/create-or-update-comment#276- build(deps-dev): bump
@types/nodefrom 18.18.5 to 18.18.6 by@dependabotin peter-evans/create-or-update-comment#277- build(deps-dev): bump eslint from 8.51.0 to 8.52.0 by
@dependabotin peter-evans/create-or-update-comment#275- build(deps-dev): bump eslint-plugin-jest from 27.4.3 to 27.6.0 by
@dependabotin peter-evans/create-or-update-comment#278- build(deps-dev): bump
@types/nodefrom 18.18.6 to 18.18.8 by@dependabotin peter-evans/create-or-update-comment#279- build(deps-dev): bump eslint from 8.52.0 to 8.53.0 by
@dependabotin peter-evans/create-or-update-comment#280- build(deps-dev): bump
@types/nodefrom 18.18.8 to 18.18.9 by@dependabotin peter-evans/create-or-update-comment#281- build(deps-dev): bump prettier from 3.0.3 to 3.1.0 by
@dependabotin peter-evans/create-or-update-comment#282- build(deps-dev): bump
@types/nodefrom 18.18.9 to 18.18.12 by@dependabotin peter-evans/create-or-update-comment#283- build(deps-dev): bump eslint from 8.53.0 to 8.54.0 by
@dependabotin peter-evans/create-or-update-comment#284- build(deps-dev): bump
@types/nodefrom 18.18.12 to 18.18.13 by@dependabotin peter-evans/create-or-update-comment#285- build(deps-dev): bump eslint from 8.54.0 to 8.55.0 by
@dependabotin peter-evans/create-or-update-comment#286- build(deps-dev): bump
@types/nodefrom 18.18.13 to 18.19.2 by@dependabotin peter-evans/create-or-update-comment#287- build(deps): bump chuhlomin/render-template from 1.8 to 1.9 by
@dependabotin peter-evans/create-or-update-comment#288- build(deps-dev): bump
@types/nodefrom 18.19.2 to 18.19.3 by@dependabotin peter-evans/create-or-update-comment#289- build(deps-dev): bump prettier from 3.1.0 to 3.1.1 by
@dependabotin peter-evans/create-or-update-comment#290- build(deps-dev): bump eslint-plugin-prettier from 5.0.1 to 5.1.0 by
@dependabotin peter-evans/create-or-update-comment#292- build(deps-dev): bump eslint from 8.55.0 to 8.56.0 by
@dependabotin peter-evans/create-or-update-comment#293- build(deps): bump actions/download-artifact from 3 to 4 by
@dependabotin peter-evans/create-or-update-comment#295- build(deps-dev): bump eslint-plugin-prettier from 5.1.0 to 5.1.2 by
@dependabotin peter-evans/create-or-update-comment#296- build(deps-dev): bump eslint-plugin-jest from 27.6.0 to 27.6.1 by
@dependabotin peter-evans/create-or-update-comment#297- build(deps-dev): bump
@types/nodefrom 18.19.3 to 18.19.4 by@dependabotin peter-evans/create-or-update-comment#298- build(deps-dev): bump eslint-plugin-prettier from 5.1.2 to 5.1.3 by
@dependabotin peter-evans/create-or-update-comment#299- build(deps-dev): bump
@types/nodefrom 18.19.4 to 18.19.6 by@dependabotin peter-evans/create-or-update-comment#300- build(deps-dev): bump prettier from 3.1.1 to 3.2.3 by
@dependabotin peter-evans/create-or-update-comment#301- build(deps-dev): bump eslint-plugin-jest from 27.6.1 to 27.6.3 by
@dependabotin peter-evans/create-or-update-comment#302- build(deps-dev): bump
@types/nodefrom 18.19.6 to 18.19.7 by@dependabotin peter-evans/create-or-update-comment#303- build(deps-dev): bump
@types/nodefrom 18.19.7 to 18.19.8 by@dependabotin peter-evans/create-or-update-comment#304- build(deps-dev): bump prettier from 3.2.3 to 3.2.4 by
@dependabotin peter-evans/create-or-update-comment#305- feat: update runtime to node 20 by
@peter-evansin peter-evans/create-or-update-comment#306Full Changelog: https://github.com/peter-evans/create-or-update-comment/compare/v3.1.0...v4.0.0
Create or Update Comment v3.1.0
What's Changed
- Add truncate warning to body of comment by
@ethanmdavidsonand@peter-evansin peter-evans/create-or-update-comment#272- 46 dependency updates by
@dependabotFull Changelog: https://github.com/peter-evans/create-or-update-comment/compare/v3.0.2...v3.1.0
Create or Update Comment v3.0.2
What's Changed
... (truncated)
71345be
feat: update runtime to node 20 (#306)d41bfe3
build(deps-dev): bump prettier from 3.2.3 to 3.2.4 (#305)73b4b9e
build(deps-dev): bump @types/node from 18.19.7 to 18.19.8
(#304)b865fac
build(deps-dev): bump @types/node from 18.19.6 to 18.19.7
(#303)52b668a
build(deps-dev): bump eslint-plugin-jest from 27.6.1 to 27.6.3 (#302)974f56a
build(deps-dev): bump prettier from 3.1.1 to 3.2.3 (#301)2cbfe8b
build(deps-dev): bump @types/node from 18.19.4 to 18.19.6
(#300)761872a
build(deps-dev): bump eslint-plugin-prettier from 5.1.2 to 5.1.3 (#299)72c3238
build(deps-dev): bump @types/node from 18.19.3 to 18.19.4
(#298)07daf7b
build(deps-dev): bump eslint-plugin-jest from 27.6.0 to 27.6.1 (#297)