{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":246388850,"defaultBranch":"main","name":"chiapos","ownerLogin":"Chia-Network","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-03-10T19:25:02.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/34047804?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1718215641.0","currentOid":""},"activityList":{"items":[{"before":"50df30e04a028db59c023e30362a2a201d86ab7c","after":null,"ref":"refs/heads/managed-files","pushedAt":"2024-06-12T18:07:21.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cmmarslender","name":"Chris Marslender","path":"/cmmarslender","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1915905?s=80&v=4"}},{"before":"881fc45f5564608dc21d9d5b4bab8d7fc13bc64f","after":"5ebee23c2b8b5c3b753d2386de64b694c4b4b8b8","ref":"refs/heads/main","pushedAt":"2024-06-12T18:07:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cmmarslender","name":"Chris Marslender","path":"/cmmarslender","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1915905?s=80&v=4"},"commit":{"message":"Update Managed Files (#435)","shortMessageHtmlLink":"Update Managed Files (#435)"}},{"before":"08d8dd46382f9d4743da403b231accbe3e98e217","after":"50df30e04a028db59c023e30362a2a201d86ab7c","ref":"refs/heads/managed-files","pushedAt":"2024-06-12T16:04:57.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ChiaAutomation","name":null,"path":"/ChiaAutomation","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/85647627?s=80&v=4"},"commit":{"message":"Update dependabot","shortMessageHtmlLink":"Update dependabot"}},{"before":null,"after":"08d8dd46382f9d4743da403b231accbe3e98e217","ref":"refs/heads/managed-files","pushedAt":"2024-06-11T21:53:29.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ChiaAutomation","name":null,"path":"/ChiaAutomation","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/85647627?s=80&v=4"},"commit":{"message":"Update dependabot","shortMessageHtmlLink":"Update dependabot"}},{"before":"c23ce978240ee7507d3ec68d6272b2855588aef3","after":null,"ref":"refs/heads/managed-files","pushedAt":"2024-05-30T19:49:31.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cmmarslender","name":"Chris Marslender","path":"/cmmarslender","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1915905?s=80&v=4"}},{"before":"89a828a71a49502b8004d88c8a551ff0748474da","after":"881fc45f5564608dc21d9d5b4bab8d7fc13bc64f","ref":"refs/heads/main","pushedAt":"2024-05-30T19:49:30.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cmmarslender","name":"Chris Marslender","path":"/cmmarslender","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1915905?s=80&v=4"},"commit":{"message":"Update Managed Files (#434)","shortMessageHtmlLink":"Update Managed Files (#434)"}},{"before":null,"after":"c23ce978240ee7507d3ec68d6272b2855588aef3","ref":"refs/heads/managed-files","pushedAt":"2024-05-30T19:45:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ChiaAutomation","name":null,"path":"/ChiaAutomation","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/85647627?s=80&v=4"},"commit":{"message":"Update dependabot","shortMessageHtmlLink":"Update dependabot"}},{"before":"ee8661249de9ffc68e5ad85066f39241fbd517cd","after":null,"ref":"refs/heads/dependabot/github_actions/actions/setup-python-5","pushedAt":"2024-05-17T20:03:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cmmarslender","name":"Chris Marslender","path":"/cmmarslender","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1915905?s=80&v=4"}},{"before":"25ce931c25ff3d63eebf427bd5490ad5e2e7946b","after":"89a828a71a49502b8004d88c8a551ff0748474da","ref":"refs/heads/main","pushedAt":"2024-05-17T20:03:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cmmarslender","name":"Chris Marslender","path":"/cmmarslender","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1915905?s=80&v=4"},"commit":{"message":"Bump actions/setup-python from 4 to 5 (#433)\n\nBumps [actions/setup-python](https://github.com/actions/setup-python)\r\nfrom 4 to 5.\r\n
\r\nRelease notes\r\n

Sourced from actions/setup-python's\r\nreleases.

\r\n
\r\n

v5.0.0

\r\n

What's Changed

\r\n

In scope of this release, we update node version runtime from node16\r\nto node20 (actions/setup-python#772).\r\nBesides, we update dependencies to the latest versions.

\r\n

Full Changelog: https://github.com/actions/setup-python/compare/v4.8.0...v5.0.0

\r\n

v4.8.0

\r\n

What's Changed

\r\n

In scope of this release we added support for GraalPy (actions/setup-python#694).\r\nYou can use this snippet to set up GraalPy:

\r\n
steps:\r\n- uses: actions/checkout@v4\r\n- uses: actions/setup-python@v4 \r\n  with:\r\n    python-version: 'graalpy-22.3' \r\n- run: python my_script.py\r\n
\r\n

Besides, the release contains such changes as:

\r\n\r\n

New Contributors

\r\n\r\n

Full Changelog: https://github.com/actions/setup-python/compare/v4...v4.8.0

\r\n

v4.7.1

\r\n

What's Changed

\r\n\r\n

Full Changelog: https://github.com/actions/setup-python/compare/v4...v4.7.1

\r\n

v4.7.0

\r\n

In scope of this release, the support for reading python version from\r\npyproject.toml was added (actions/setup-python#669).

\r\n
      - name: Setup Python\r\n        uses: actions/setup-python@v4\r\n</tr></table> \r\n
\r\n
\r\n

... (truncated)

\r\n
\r\n
\r\nCommits\r\n\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-python&package-manager=github_actions&previous-version=4&new-version=5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\n\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump actions/setup-python from 4 to 5 (#433)"}},{"before":"d1da80febf1c623a561036e37230e2fd2834e12a","after":null,"ref":"refs/heads/dependabot/github_actions/actions/download-artifact-4","pushedAt":"2024-05-17T19:45:06.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cmmarslender","name":"Chris Marslender","path":"/cmmarslender","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1915905?s=80&v=4"}},{"before":"2c7b2e2785055caffaa00978c623b38e79e0ba69","after":"25ce931c25ff3d63eebf427bd5490ad5e2e7946b","ref":"refs/heads/main","pushedAt":"2024-05-17T19:45:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cmmarslender","name":"Chris Marslender","path":"/cmmarslender","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1915905?s=80&v=4"},"commit":{"message":"Bump actions/download-artifact from 3 to 4 (#432)\n\nBumps\r\n[actions/download-artifact](https://github.com/actions/download-artifact)\r\nfrom 3 to 4.\r\n
\r\nRelease notes\r\n

Sourced from actions/download-artifact's\r\nreleases.

\r\n
\r\n

v4.0.0

\r\n

What's Changed

\r\n

The release of upload-artifact@v4 and download-artifact@v4 are major\r\nchanges to the backend architecture of Artifacts. They have numerous\r\nperformance and behavioral improvements.

\r\n

ℹ️ However, this is a major update that includes breaking changes.\r\nArtifacts created with versions v3 and below are not compatible with the\r\nv4 actions. Uploads and downloads must use the same major\r\nactions versions. There are also key differences from previous versions\r\nthat may require updates to your workflows.

\r\n

For more information, please see:

\r\n
    \r\n
  1. The changelog\r\npost.
  2. \r\n
  3. The README.
  4. \r\n
  5. The migration\r\ndocumentation.
  6. \r\n
  7. As well as the underlying npm package, @​actions/artifact\r\ndocumentation.
  8. \r\n
\r\n

New Contributors

\r\n
    \r\n
  • @​bflad made\r\ntheir first contribution in actions/download-artifact#194
  • \r\n
\r\n

Full Changelog: https://github.com/actions/download-artifact/compare/v3...v4.0.0

\r\n

v3.0.2

\r\n
    \r\n
  • Bump @actions/artifact to v1.1.1 - actions/download-artifact#195
  • \r\n
  • Fixed a bug in Node16 where if an HTTP download finished too quickly\r\n(<1ms, e.g. when it's mocked) we attempt to delete a temp file that\r\nhas not been created yet actions/toolkit#1278
  • \r\n
\r\n

v3.0.1

\r\n
    \r\n
  • Bump\r\n@​actions/core to 1.10.0
  • \r\n
\r\n
\r\n
\r\n
\r\nCommits\r\n\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/download-artifact&package-manager=github_actions&previous-version=3&new-version=4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\n\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump actions/download-artifact from 3 to 4 (#432)"}},{"before":"33d4d6e2143c26685d318d8c6e5fab74bbdaafc6","after":"ee8661249de9ffc68e5ad85066f39241fbd517cd","ref":"refs/heads/dependabot/github_actions/actions/setup-python-5","pushedAt":"2024-05-17T19:44:38.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump actions/setup-python from 4 to 5\n\nBumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.\n- [Release notes](https://github.com/actions/setup-python/releases)\n- [Commits](https://github.com/actions/setup-python/compare/v4...v5)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-python\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump actions/setup-python from 4 to 5"}},{"before":"beb277593b7fe9561830a49ba3e7f31e6b08b226","after":null,"ref":"refs/heads/dependabot/github_actions/docker/setup-qemu-action-3","pushedAt":"2024-05-17T19:44:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cmmarslender","name":"Chris Marslender","path":"/cmmarslender","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1915905?s=80&v=4"}},{"before":"8be86ce89e53202323c88474d13e204c18e67edc","after":"2c7b2e2785055caffaa00978c623b38e79e0ba69","ref":"refs/heads/main","pushedAt":"2024-05-17T19:44:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cmmarslender","name":"Chris Marslender","path":"/cmmarslender","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1915905?s=80&v=4"},"commit":{"message":"Bump docker/setup-qemu-action from 2 to 3 (#428)\n\nBumps\r\n[docker/setup-qemu-action](https://github.com/docker/setup-qemu-action)\r\nfrom 2 to 3.\r\n
\r\nRelease notes\r\n

Sourced from docker/setup-qemu-action's\r\nreleases.

\r\n
\r\n

v3.0.0

\r\n
    \r\n
  • Node 20 as default runtime (requires Actions\r\nRunner v2.308.0 or later) by @​crazy-max in docker/setup-qemu-action#102
  • \r\n
  • Bump @​actions/core from 1.10.0 to 1.10.1 in docker/setup-qemu-action#103
  • \r\n
  • Bump semver from 6.3.0 to 6.3.1 in docker/setup-qemu-action#89
  • \r\n
\r\n

Full Changelog: https://github.com/docker/setup-qemu-action/compare/v2.2.0...v3.0.0

\r\n

v2.2.0

\r\n
    \r\n
  • Trim off spaces in platforms input by @​Chocobo1 in docker/setup-qemu-action#64
  • \r\n
  • Switch to actions-toolkit implementation by @​crazy-max in docker/setup-qemu-action#70\r\ndocker/setup-qemu-action#80\r\ndocker/setup-qemu-action#83
  • \r\n
\r\n

Full Changelog: https://github.com/docker/setup-qemu-action/compare/v2.1.0...v2.2.0

\r\n

v2.1.0

\r\n
    \r\n
  • Use context for inputs by @​crazy-max (#62)
  • \r\n
  • Use built-in getExecOutput by @​crazy-max (#61)
  • \r\n
  • Remove workaround for setOutput by @​crazy-max (#63)
  • \r\n
  • Bump @​actions/core from 1.6.0 to 1.10.0 (#54\r\n#58\r\n#59)
  • \r\n
\r\n

Full Changelog: https://github.com/docker/setup-qemu-action/compare/v2.0.0...v2.1.0

\r\n
\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • 6882732\r\nMerge pull request #103\r\nfrom docker/dependabot/npm_and_yarn/actions/core-1.10.1
  • \r\n
  • 183f4af\r\nchore: update generated content
  • \r\n
  • f174935\r\nbuild(deps): bump @​actions/core from 1.10.0 to 1.10.1
  • \r\n
  • 2e423eb\r\nMerge pull request #89\r\nfrom docker/dependabot/npm_and_yarn/semver-6.3.1
  • \r\n
  • ecc406a\r\nBump semver from 6.3.0 to 6.3.1
  • \r\n
  • 12dec5e\r\nMerge pull request #102\r\nfrom crazy-max/update-node20
  • \r\n
  • c29b312\r\nchore: node 20 as default runtime
  • \r\n
  • 34ae628\r\nchore: update generated content
  • \r\n
  • 1f3d2e1\r\nchore: fix author in package.json
  • \r\n
  • 277dbe8\r\nvendor: bump @​docker/actions-toolkit from 0.3.0 to\r\n0.12.0
  • \r\n
  • Additional commits viewable in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docker/setup-qemu-action&package-manager=github_actions&previous-version=2&new-version=3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\n\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump docker/setup-qemu-action from 2 to 3 (#428)"}},{"before":"f011a8d3248fa66f131b7799e46242cca9c44a51","after":null,"ref":"refs/heads/dependabot/github_actions/actions/checkout-4","pushedAt":"2024-05-17T19:43:54.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cmmarslender","name":"Chris Marslender","path":"/cmmarslender","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1915905?s=80&v=4"}},{"before":"79fb56b4af766ca2f80d025f91f8bf4cdbc592db","after":"8be86ce89e53202323c88474d13e204c18e67edc","ref":"refs/heads/main","pushedAt":"2024-05-17T19:43:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cmmarslender","name":"Chris Marslender","path":"/cmmarslender","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1915905?s=80&v=4"},"commit":{"message":"Bump actions/checkout from 3 to 4 (#429)\n\nBumps [actions/checkout](https://github.com/actions/checkout) from 3 to\r\n4.\r\n
\r\nRelease notes\r\n

Sourced from actions/checkout's\r\nreleases.

\r\n
\r\n

v4.0.0

\r\n

What's Changed

\r\n
    \r\n
  • Update default runtime to node20 by @​takost in actions/checkout#1436
  • \r\n
  • Support fetching without the --progress option by @​simonbaird in actions/checkout#1067
  • \r\n
  • Release 4.0.0 by @​takost in actions/checkout#1447
  • \r\n
\r\n

New Contributors

\r\n
    \r\n
  • @​takost made\r\ntheir first contribution in actions/checkout#1436
  • \r\n
  • @​simonbaird made\r\ntheir first contribution in actions/checkout#1067
  • \r\n
\r\n

Full Changelog: https://github.com/actions/checkout/compare/v3...v4.0.0

\r\n

v3.6.0

\r\n

What's Changed

\r\n
    \r\n
  • Mark test scripts with Bash'isms to be run via Bash by @​dscho in actions/checkout#1377
  • \r\n
  • Add option to fetch tags even if fetch-depth > 0 by @​RobertWieczoreck\r\nin actions/checkout#579
  • \r\n
  • Release 3.6.0 by @​luketomlinson\r\nin actions/checkout#1437
  • \r\n
\r\n

New Contributors

\r\n
    \r\n
  • @​RobertWieczoreck\r\nmade their first contribution in actions/checkout#579
  • \r\n
  • @​luketomlinson\r\nmade their first contribution in actions/checkout#1437
  • \r\n
\r\n

Full Changelog: https://github.com/actions/checkout/compare/v3.5.3...v3.6.0

\r\n

v3.5.3

\r\n

What's Changed

\r\n
    \r\n
  • Fix: Checkout Issue in self hosted runner due to faulty submodule\r\ncheck-ins by @​megamanics in actions/checkout#1196
  • \r\n
  • Fix typos found by codespell by @​DimitriPapadopoulos\r\nin actions/checkout#1287
  • \r\n
  • Add support for sparse checkouts by @​dscho and @​dfdez in actions/checkout#1369
  • \r\n
  • Release v3.5.3 by @​TingluoHuang\r\nin actions/checkout#1376
  • \r\n
\r\n

New Contributors

\r\n
    \r\n
  • @​megamanics made\r\ntheir first contribution in actions/checkout#1196
  • \r\n
  • @​DimitriPapadopoulos\r\nmade their first contribution in actions/checkout#1287
  • \r\n
  • @​dfdez made\r\ntheir first contribution in actions/checkout#1369
  • \r\n
\r\n

Full Changelog: https://github.com/actions/checkout/compare/v3...v3.5.3

\r\n

v3.5.2

\r\n

What's Changed

\r\n
    \r\n
  • Fix: Use correct API url / endpoint in GHES by @​fhammerl in actions/checkout#1289\r\nbased on #1286\r\nby @​1newsr
  • \r\n
\r\n

Full Changelog: https://github.com/actions/checkout/compare/v3.5.1...v3.5.2

\r\n

v3.5.1

\r\n

What's Changed

\r\n
    \r\n
  • Improve checkout performance on Windows runners by upgrading\r\n@​actions/github dependency by @​BrettDong in actions/checkout#1246
  • \r\n
\r\n

New Contributors

\r\n
    \r\n
  • @​BrettDong\r\nmade their first contribution in actions/checkout#1246
  • \r\n
\r\n\r\n
\r\n

... (truncated)

\r\n
\r\n
\r\nChangelog\r\n

Sourced from actions/checkout's\r\nchangelog.

\r\n
\r\n

Changelog

\r\n

v4.1.6

\r\n
    \r\n
  • Check platform to set archive extension appropriately by @​cory-miller in\r\nactions/checkout#1732
  • \r\n
\r\n

v4.1.5

\r\n
    \r\n
  • Update NPM dependencies by @​cory-miller in\r\nactions/checkout#1703
  • \r\n
  • Bump github/codeql-action from 2 to 3 by @​dependabot in actions/checkout#1694
  • \r\n
  • Bump actions/setup-node from 1 to 4 by @​dependabot in actions/checkout#1696
  • \r\n
  • Bump actions/upload-artifact from 2 to 4 by @​dependabot in actions/checkout#1695
  • \r\n
  • README: Suggest user.email to be\r\n41898282+github-actions[bot]@users.noreply.github.com by @​cory-miller in\r\nactions/checkout#1707
  • \r\n
\r\n

v4.1.4

\r\n
    \r\n
  • Disable extensions.worktreeConfig when disabling\r\nsparse-checkout by @​jww3 in actions/checkout#1692
  • \r\n
  • Add dependabot config by @​cory-miller in\r\nactions/checkout#1688
  • \r\n
  • Bump the minor-actions-dependencies group with 2 updates by @​dependabot in actions/checkout#1693
  • \r\n
  • Bump word-wrap from 1.2.3 to 1.2.5 by @​dependabot in actions/checkout#1643
  • \r\n
\r\n

v4.1.3

\r\n
    \r\n
  • Check git version before attempting to disable\r\nsparse-checkout by @​jww3 in actions/checkout#1656
  • \r\n
  • Add SSH user parameter by @​cory-miller in\r\nactions/checkout#1685
  • \r\n
  • Update actions/checkout version in\r\nupdate-main-version.yml by @​jww3 in actions/checkout#1650
  • \r\n
\r\n

v4.1.2

\r\n
    \r\n
  • Fix: Disable sparse checkout whenever sparse-checkout\r\noption is not present @​dscho in actions/checkout#1598
  • \r\n
\r\n

v4.1.1

\r\n
    \r\n
  • Correct link to GitHub Docs by @​peterbe in actions/checkout#1511
  • \r\n
  • Link to release page from what's new section by @​cory-miller in\r\nactions/checkout#1514
  • \r\n
\r\n

v4.1.0

\r\n\r\n

v4.0.0

\r\n
    \r\n
  • Support\r\nfetching without the --progress option
  • \r\n
  • Update to\r\nnode20
  • \r\n
\r\n

v3.6.0

\r\n\r\n

v3.5.3

\r\n\r\n

v3.5.2

\r\n\r\n

v3.5.1

\r\n\r\n
\r\n

... (truncated)

\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • 0ad4b8f\r\nPrep Release v4.1.4 (#1704)
  • \r\n
  • 43045ae\r\nDisable extensions.worktreeConfig when disabling\r\nsparse-checkout (#1692)
  • \r\n
  • 37b0821\r\nBump the minor-actions-dependencies group with 2 updates (#1693)
  • \r\n
  • 9839dc1\r\nAdd dependabot config (#1688)
  • \r\n
  • 9b4c13b\r\nBump word-wrap from 1.2.3 to 1.2.5 (#1643)
  • \r\n
  • 1d96c77\r\nAdd SSH user parameter (#1685)
  • \r\n
  • cd7d8d6\r\nCheck git version before attempting to disable\r\nsparse-checkout (#1656)
  • \r\n
  • 8410ad0\r\nUpdate actions/checkout version in\r\nupdate-main-version.yml (#1650)
  • \r\n
  • 9bb5618\r\nPrep for release of v4.1.2 (#1649)
  • \r\n
  • 8eb1f6a\r\nBump @​babel/traverse from 7.20.5 to 7.24.0 (#1642)
  • \r\n
  • Additional commits viewable in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=3&new-version=4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\n\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump actions/checkout from 3 to 4 (#429)"}},{"before":"ff7a23414ff18407568639018c717a2efafe9447","after":null,"ref":"refs/heads/dependabot/github_actions/aws-actions/configure-aws-credentials-4","pushedAt":"2024-05-17T19:43:06.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cmmarslender","name":"Chris Marslender","path":"/cmmarslender","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1915905?s=80&v=4"}},{"before":"1eac078db3aa5166748ae2ded324bf409c82093a","after":"79fb56b4af766ca2f80d025f91f8bf4cdbc592db","ref":"refs/heads/main","pushedAt":"2024-05-17T19:43:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cmmarslender","name":"Chris Marslender","path":"/cmmarslender","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1915905?s=80&v=4"},"commit":{"message":"Bump aws-actions/configure-aws-credentials from 2 to 4 (#430)\n\nBumps\r\n[aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials)\r\nfrom 2 to 4.\r\n
\r\nRelease notes\r\n

Sourced from aws-actions/configure-aws-credentials's\r\nreleases.

\r\n
\r\n

v4

\r\n

This tag tracks the latest v4.x.x release

\r\n

v3.0.2

\r\n

See the changelog\r\nfor details about the changes included in this release.

\r\n

v3.0.1

\r\n

See the changelog\r\nfor details about the changes included in this release.

\r\n

v3.0.0

\r\n

See the changelog\r\nfor details about the changes included in this release.

\r\n

v3

\r\n

This tag tracks the latest v3.x.x release

\r\n

v2.2.0

\r\n

See the changelog\r\nfor details about the changes included in this release.

\r\n

v2.1.0

\r\n

See the changelog\r\nfor details about the changes included in this release.

\r\n
\r\n
\r\n
\r\nChangelog\r\n

Sourced from aws-actions/configure-aws-credentials's\r\nchangelog.

\r\n
\r\n

4.0.2\r\n(2024-02-09)

\r\n
    \r\n
  • Revert 4.0.1 to remove warning
  • \r\n
\r\n

4.0.1\r\n(2023-10-03)

\r\n

Documentation

\r\n
    \r\n
  • Throw a warning when customers use long-term credentials.
  • \r\n
\r\n

4.0.0\r\n(2023-09-11)

\r\n
    \r\n
  • Upgraded runtime to node20 from\r\nnode16
  • \r\n
\r\n

3.0.2\r\n(2023-09-07)

\r\n

Bug Fixes

\r\n
    \r\n
  • fixes #817\r\n#819:\r\nvalidation logic throwing unwanted errors d78f55b
  • \r\n
\r\n

3.0.1\r\n(2023-08-24)

\r\n

Features

\r\n
    \r\n
  • Can configure special-characters-workaround to keep\r\nretrying credentials if the returned\r\ncredentials have special characters (Fixes #599)
  • \r\n
\r\n

Bug Fixes

\r\n
    \r\n
  • Fixes #792:\r\nAction fails when intending to use existing credentials
  • \r\n
  • Minor typo fix from @​ubaid-ansari21
  • \r\n
\r\n

Changes to existing functionality

\r\n
    \r\n
  • Special characters are now allowed in returned credential variables\r\nunless you configure the\r\nspecial-characters-workaround option
  • \r\n
\r\n

3.0.0\r\n(2023-08-21)

\r\n

Features

\r\n
    \r\n
  • Can configure max-retries and\r\ndisable-retry to modify retry functionality when the assume\r\nrole call fails
  • \r\n
  • Set returned credentials as step outputs with\r\noutput-credentials
  • \r\n
  • Clear AWS related environment variables at the start of the action\r\nwith unset-current-credentials
  • \r\n
  • Unique role identifier is now printed in the workflow logs
  • \r\n
\r\n

Bug Fixes

\r\n
    \r\n
  • Can't use credentials if they contain a special character
  • \r\n
  • Retry functionality added when generating the JWT fails
  • \r\n
  • Can now use webIdentityTokenFile option
  • \r\n
  • Branch name validation too strict
  • \r\n
  • JS SDK v2 deprecation warning in workflow logs
  • \r\n
\r\n

Changes to existing functionality

\r\n
    \r\n
  • Default session duration is now 1 hour in all cases (from 6 hours in\r\nsome cases)
  • \r\n
  • Account ID will not be masked by default in logs
  • \r\n
\r\n\r\n
\r\n

... (truncated)

\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • e3dd6a4\r\nchore: Bump @​types/jest from 29.5.11 to 29.5.12 (#1000)
  • \r\n
  • c6c400f\r\nchore: Bump @​types/node from 20.11.5 to 20.11.16 (#999)
  • \r\n
  • c38ab41\r\nchore: Bump prettier from 3.2.4 to 3.2.5 (#998)
  • \r\n
  • 2071ebe\r\nchore: Bump @​types/node from 20.11.3 to 20.11.5 (#986)
  • \r\n
  • 44112af\r\nchore: Update dist
  • \r\n
  • 492c455\r\nchore: Bump @​aws-sdk/client-sts from 3.490.0 to 3.496.0\r\n(#982)
  • \r\n
  • 13e074e\r\nchore: Update dist
  • \r\n
  • 5a676ce\r\nchore: Bump @​smithy/property-provider from 2.0.17 to 2.1.1\r\n(#985)
  • \r\n
  • e43a696\r\nchore: Bump ts-jest from 29.1.1 to 29.1.2 (#983)
  • \r\n
  • eb98af5\r\nchore: Bump prettier from 3.2.2 to 3.2.4 (#981)
  • \r\n
  • Additional commits viewable in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aws-actions/configure-aws-credentials&package-manager=github_actions&previous-version=2&new-version=4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\n\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump aws-actions/configure-aws-credentials from 2 to 4 (#430)"}},{"before":"9550492407a7df175a0b2a9b130bab18fe7f5a6a","after":null,"ref":"refs/heads/dependabot/github_actions/github/codeql-action-3","pushedAt":"2024-05-17T19:42:47.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cmmarslender","name":"Chris Marslender","path":"/cmmarslender","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1915905?s=80&v=4"}},{"before":"51d812de15459e194f59548a64a3416da5f9e567","after":"1eac078db3aa5166748ae2ded324bf409c82093a","ref":"refs/heads/main","pushedAt":"2024-05-17T19:42:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cmmarslender","name":"Chris Marslender","path":"/cmmarslender","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1915905?s=80&v=4"},"commit":{"message":"Bump github/codeql-action from 2 to 3 (#431)\n\nBumps [github/codeql-action](https://github.com/github/codeql-action)\r\nfrom 2 to 3.\r\n
\r\nRelease notes\r\n

Sourced from github/codeql-action's\r\nreleases.

\r\n
\r\n

CodeQL Bundle v2.17.3

\r\n

Bundles CodeQL CLI v2.17.3

\r\n
    \r\n
  • (changelog,\r\nrelease)
  • \r\n
\r\n

Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.17.3:

\r\n
    \r\n
  • codeql/cpp-queries (changelog,\r\nsource)
  • \r\n
  • codeql/cpp-all (changelog,\r\nsource)
  • \r\n
  • codeql/csharp-queries (changelog,\r\nsource)
  • \r\n
  • codeql/csharp-all (changelog,\r\nsource)
  • \r\n
  • codeql/go-queries (changelog,\r\nsource)
  • \r\n
  • codeql/go-all (changelog,\r\nsource)
  • \r\n
  • codeql/java-queries (changelog,\r\nsource)
  • \r\n
  • codeql/java-all (changelog,\r\nsource)
  • \r\n
  • codeql/javascript-queries (changelog,\r\nsource)
  • \r\n
  • codeql/javascript-all (changelog,\r\nsource)
  • \r\n
  • codeql/python-queries (changelog,\r\nsource)
  • \r\n
  • codeql/python-all (changelog,\r\nsource)
  • \r\n
  • codeql/ruby-queries (changelog,\r\nsource)
  • \r\n
  • codeql/ruby-all (changelog,\r\nsource)
  • \r\n
  • codeql/swift-queries (changelog,\r\nsource)
  • \r\n
  • codeql/swift-all (changelog,\r\nsource)
  • \r\n
\r\n

CodeQL Bundle v2.17.2

\r\n

Bundles CodeQL CLI v2.17.2

\r\n
    \r\n
  • (changelog,\r\nrelease)
  • \r\n
\r\n

Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.17.2:

\r\n
    \r\n
  • codeql/cpp-queries (changelog,\r\nsource)
  • \r\n
  • codeql/cpp-all (changelog,\r\nsource)
  • \r\n
  • codeql/csharp-queries (changelog,\r\nsource)
  • \r\n
  • codeql/csharp-all (changelog,\r\nsource)
  • \r\n
  • codeql/go-queries (changelog,\r\nsource)
  • \r\n
  • codeql/go-all (changelog,\r\nsource)
  • \r\n
  • codeql/java-queries (changelog,\r\nsource)
  • \r\n
  • codeql/java-all (changelog,\r\nsource)
  • \r\n
  • codeql/javascript-queries (changelog,\r\nsource)
  • \r\n
  • codeql/javascript-all (changelog,\r\nsource)
  • \r\n
  • codeql/python-queries (changelog,\r\nsource)
  • \r\n
  • codeql/python-all (changelog,\r\nsource)
  • \r\n
  • codeql/ruby-queries (changelog,\r\nsource)
  • \r\n
  • codeql/ruby-all (changelog,\r\nsource)
  • \r\n
  • codeql/swift-queries (changelog,\r\nsource)
  • \r\n
  • codeql/swift-all (changelog,\r\nsource)
  • \r\n
\r\n

CodeQL Bundle v2.17.1

\r\n

Bundles CodeQL CLI v2.17.1

\r\n
    \r\n
  • (changelog,\r\nrelease)
  • \r\n
\r\n

Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.17.1:

\r\n
    \r\n
  • codeql/cpp-queries (changelog,\r\nsource)
  • \r\n
\r\n\r\n
\r\n

... (truncated)

\r\n
\r\n
\r\nChangelog\r\n

Sourced from github/codeql-action's\r\nchangelog.

\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • 65c9ae9\r\nUpdate checked-in dependencies
  • \r\n
  • b1c3187\r\nAdd more invalid SARIF processing errors
  • \r\n
  • a21528b\r\nUpdate changelog and version after v3.25.4
  • \r\n
  • ccf74c9\r\nMerge pull request #2275\r\nfrom github/update-v3.25.4-4b812a5df
  • \r\n
  • 45fb58a\r\nAdd user error for gracefully running out of memory
  • \r\n
  • ec11790\r\nAdd user error for "Pack cannot be found"
  • \r\n
  • 4fdf4ac\r\nUpdate changelog for v3.25.4
  • \r\n
  • See full diff in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github/codeql-action&package-manager=github_actions&previous-version=2&new-version=3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\n\r\n\r\n
\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump github/codeql-action from 2 to 3 (#431)"}},{"before":"c6ee905c84060c6b17069fb76251e379b515b618","after":"d1da80febf1c623a561036e37230e2fd2834e12a","ref":"refs/heads/dependabot/github_actions/actions/download-artifact-4","pushedAt":"2024-05-17T19:42:15.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump actions/download-artifact from 3 to 4\n\nBumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.\n- [Release notes](https://github.com/actions/download-artifact/releases)\n- [Commits](https://github.com/actions/download-artifact/compare/v3...v4)\n\n---\nupdated-dependencies:\n- dependency-name: actions/download-artifact\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump actions/download-artifact from 3 to 4"}},{"before":"6cff5a8746cafcc06df4e36b71ff010aa0e5048b","after":null,"ref":"refs/heads/dependabot/github_actions/actions/upload-artifact-4","pushedAt":"2024-05-17T19:41:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"cmmarslender","name":"Chris Marslender","path":"/cmmarslender","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1915905?s=80&v=4"}},{"before":"249948e520342d5c79ce7d209ac106f694cd983b","after":"51d812de15459e194f59548a64a3416da5f9e567","ref":"refs/heads/main","pushedAt":"2024-05-17T19:41:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"cmmarslender","name":"Chris Marslender","path":"/cmmarslender","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1915905?s=80&v=4"},"commit":{"message":"Bump actions/upload-artifact from 3 to 4 (#427)\n\nBumps\r\n[actions/upload-artifact](https://github.com/actions/upload-artifact)\r\nfrom 3 to 4.\r\n
\r\nRelease notes\r\n

Sourced from actions/upload-artifact's\r\nreleases.

\r\n
\r\n

v4.0.0

\r\n

What's Changed

\r\n

The release of upload-artifact@v4 and download-artifact@v4 are major\r\nchanges to the backend architecture of Artifacts. They have numerous\r\nperformance and behavioral improvements.

\r\n

ℹ️ However, this is a major update that includes breaking changes.\r\nArtifacts created with versions v3 and below are not compatible with the\r\nv4 actions. Uploads and downloads must use the same major\r\nactions versions. There are also key differences from previous versions\r\nthat may require updates to your workflows.

\r\n

For more information, please see:

\r\n
    \r\n
  1. The changelog\r\npost.
  2. \r\n
  3. The README.
  4. \r\n
  5. The migration\r\ndocumentation.
  6. \r\n
  7. As well as the underlying npm package, @​actions/artifact\r\ndocumentation.
  8. \r\n
\r\n

New Contributors

\r\n
    \r\n
  • @​vmjoseph\r\nmade their first contribution in actions/upload-artifact#464
  • \r\n
\r\n

Full Changelog: https://github.com/actions/upload-artifact/compare/v3...v4.0.0

\r\n

v3.1.3

\r\n

What's Changed

\r\n
    \r\n
  • chore(github): remove trailing whitespaces by @​ljmf00 in actions/upload-artifact#313
  • \r\n
  • Bump @​actions/artifact version to v1.1.2 by @​bethanyj28 in actions/upload-artifact#436
  • \r\n
\r\n

Full Changelog: https://github.com/actions/upload-artifact/compare/v3...v3.1.3

\r\n

v3.1.2

\r\n
    \r\n
  • Update all @actions/* NPM packages to their latest\r\nversions- #374
  • \r\n
  • Update all dev dependencies to their most recent versions - #375
  • \r\n
\r\n

v3.1.1

\r\n
    \r\n
  • Update actions/core package to latest version to remove\r\nset-output deprecation warning #351
  • \r\n
\r\n

v3.1.0

\r\n

What's Changed

\r\n
    \r\n
  • Bump @​actions/artifact to v1.1.0 (actions/upload-artifact#327)\r\n
      \r\n
    • Adds checksum headers on artifact upload (actions/toolkit#1095)\r\n(actions/toolkit#1063)
    • \r\n
    \r\n
  • \r\n
\r\n
\r\n
\r\n
\r\nCommits\r\n
    \r\n
  • 6546280\r\nupdating package version
  • \r\n
  • c004fb4\r\nMerge branch 'main' into eggyhead/use-artifact-v2.1.6
  • \r\n
  • 90aba49\r\nupdating toolkit artifact dependency to 2.1.6
  • \r\n
  • b06cde3\r\nMerge pull request #563\r\nfrom actions/eggyhead/release-4.3.2
  • \r\n
  • 1746f4a\r\nRevert "updating to release 4.3.2"
  • \r\n
  • 31685d0\r\nupdating to release 4.3.2
  • \r\n
  • 18bf333\r\nMerge pull request #562\r\nfrom actions/eggyhead/update-artifact-v215
  • \r\n
  • dac413b\r\nupdate package lock version
  • \r\n
  • bb3b4a3\r\nupdating package version
  • \r\n
  • 3e3da83\r\nupdating artifact and core dependencies
  • \r\n
  • Additional commits viewable in compare\r\nview
  • \r\n
\r\n
\r\n
\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/upload-artifact&package-manager=github_actions&previous-version=3&new-version=4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n
\r\nDependabot commands and options\r\n
\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\n\r\n\r\n
\r\n\r\n---------\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\r\nCo-authored-by: Chris Marslender ","shortMessageHtmlLink":"Bump actions/upload-artifact from 3 to 4 (#427)"}},{"before":"a70e115c9117756738a7f7c94641fb65c0610583","after":"6cff5a8746cafcc06df4e36b71ff010aa0e5048b","ref":"refs/heads/dependabot/github_actions/actions/upload-artifact-4","pushedAt":"2024-05-17T19:04:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"cmmarslender","name":"Chris Marslender","path":"/cmmarslender","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1915905?s=80&v=4"},"commit":{"message":"matrix specific names + merge-multiple true for artifacts","shortMessageHtmlLink":"matrix specific names + merge-multiple true for artifacts"}},{"before":null,"after":"33d4d6e2143c26685d318d8c6e5fab74bbdaafc6","ref":"refs/heads/dependabot/github_actions/actions/setup-python-5","pushedAt":"2024-05-17T17:26:30.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump actions/setup-python from 4 to 5\n\nBumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.\n- [Release notes](https://github.com/actions/setup-python/releases)\n- [Commits](https://github.com/actions/setup-python/compare/v4...v5)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-python\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump actions/setup-python from 4 to 5"}},{"before":null,"after":"c6ee905c84060c6b17069fb76251e379b515b618","ref":"refs/heads/dependabot/github_actions/actions/download-artifact-4","pushedAt":"2024-05-17T17:26:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump actions/download-artifact from 3 to 4\n\nBumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.\n- [Release notes](https://github.com/actions/download-artifact/releases)\n- [Commits](https://github.com/actions/download-artifact/compare/v3...v4)\n\n---\nupdated-dependencies:\n- dependency-name: actions/download-artifact\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump actions/download-artifact from 3 to 4"}},{"before":null,"after":"9550492407a7df175a0b2a9b130bab18fe7f5a6a","ref":"refs/heads/dependabot/github_actions/github/codeql-action-3","pushedAt":"2024-05-17T17:26:24.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump github/codeql-action from 2 to 3\n\nBumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.\n- [Release notes](https://github.com/github/codeql-action/releases)\n- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/github/codeql-action/compare/v2...v3)\n\n---\nupdated-dependencies:\n- dependency-name: github/codeql-action\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump github/codeql-action from 2 to 3"}},{"before":null,"after":"ff7a23414ff18407568639018c717a2efafe9447","ref":"refs/heads/dependabot/github_actions/aws-actions/configure-aws-credentials-4","pushedAt":"2024-05-17T17:26:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump aws-actions/configure-aws-credentials from 2 to 4\n\nBumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 2 to 4.\n- [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)\n- [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/aws-actions/configure-aws-credentials/compare/v2...v4)\n\n---\nupdated-dependencies:\n- dependency-name: aws-actions/configure-aws-credentials\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump aws-actions/configure-aws-credentials from 2 to 4"}},{"before":null,"after":"f011a8d3248fa66f131b7799e46242cca9c44a51","ref":"refs/heads/dependabot/github_actions/actions/checkout-4","pushedAt":"2024-05-17T17:26:17.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump actions/checkout from 3 to 4\n\nBumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v3...v4)\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump actions/checkout from 3 to 4"}},{"before":null,"after":"beb277593b7fe9561830a49ba3e7f31e6b08b226","ref":"refs/heads/dependabot/github_actions/docker/setup-qemu-action-3","pushedAt":"2024-05-17T17:26:12.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump docker/setup-qemu-action from 2 to 3\n\nBumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2 to 3.\n- [Release notes](https://github.com/docker/setup-qemu-action/releases)\n- [Commits](https://github.com/docker/setup-qemu-action/compare/v2...v3)\n\n---\nupdated-dependencies:\n- dependency-name: docker/setup-qemu-action\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump docker/setup-qemu-action from 2 to 3"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEY54VIQA","startCursor":null,"endCursor":null}},"title":"Activity · Chia-Network/chiapos"}