[PR #963] [CLOSED] chore(deps): bump the all group across 1 directory with 9 updates #899

Closed
opened 2026-02-25 23:35:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-shiori/shiori/pull/963
Author: @dependabot[bot]
Created: 8/12/2024
Status: Closed

Base: masterHead: dependabot/github_actions/all-867774d144


📝 Commits (2)

  • 93194a6 chore(deps): bump the all group across 1 directory with 9 updates
  • 154715a Merge branch 'master' into dependabot/github_actions/all-867774d144

📊 Changes

7 files changed (+20 additions, -20 deletions)

View changed files

📝 .github/workflows/_buildx.yml (+2 -2)
📝 .github/workflows/_golangci-lint.yml (+2 -2)
📝 .github/workflows/_gorelease.yml (+4 -4)
📝 .github/workflows/_styles-check.yml (+2 -2)
📝 .github/workflows/_swagger-check.yml (+2 -2)
📝 .github/workflows/_test.yml (+7 -7)
📝 .github/workflows/version_bump.yml (+1 -1)

📄 Description

Bumps the all group with 9 updates in the / directory:

Package From To
actions/checkout 4.1.6 4.1.7
actions/download-artifact 4.1.7 4.1.8
golangci/golangci-lint-action 6.0.1 6.1.0
actions/setup-go 5.0.1 5.0.2
goreleaser/goreleaser-action 5.1.0 6.0.0
actions/upload-artifact 4.3.3 4.3.6
oven-sh/setup-bun 1.2.1 2.0.1
codecov/codecov-action 4.4.1 4.5.0
cross-platform-actions/action 0.24.0 0.25.0

Updates actions/checkout from 4.1.6 to 4.1.7

Release notes

Sourced from actions/checkout's releases.

v4.1.7

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v4.1.6...v4.1.7

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.1.7

v4.1.6

v4.1.5

v4.1.4

v4.1.3

v4.1.2

v4.1.1

v4.1.0

v4.0.0

v3.6.0

v3.5.3

... (truncated)

Commits

Updates actions/download-artifact from 4.1.7 to 4.1.8

Release notes

Sourced from actions/download-artifact's releases.

v4.1.8

What's Changed

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

Commits
  • fa0a91b Merge pull request #341 from actions/robherley/bump-pkgs
  • b54d088 Update @​actions/artifact version, bump dependencies
  • See full diff in compare view

Updates golangci/golangci-lint-action from 6.0.1 to 6.1.0

Release notes

Sourced from golangci/golangci-lint-action's releases.

v6.1.0

What's Changed

Changes

Documentation

Dependencies

Full Changelog: https://github.com/golangci/golangci-lint-action/compare/v6.0.1...v6.1.0

Commits
  • aaa42aa feat: allow to skip golangci-lint installation (#1079)
  • 9ec8973 build(deps): bump @​types/node from 20.14.11 to 22.0.0 in the dependencies gro...
  • 58838cf build(deps-dev): bump the dev-dependencies group with 3 updates (#1077)
  • 9f3ba2c build(deps): bump @​types/node from 20.14.10 to 20.14.11 in the dependencies g...
  • 2bd7a04 build(deps-dev): bump the dev-dependencies group with 3 updates (#1074)
  • db819a1 build(deps-dev): bump the dev-dependencies group with 3 updates (#1073)
  • d09fb08 build(deps): bump @​types/node from 20.14.9 to 20.14.10 in the dependencies gr...
  • 605617a build(deps-dev): bump the dev-dependencies group with 4 updates (#1071)
  • 66f63c7 chore: generate
  • 2c01d26 fix: home dir on Windows
  • Additional commits viewable in compare view

Updates actions/setup-go from 5.0.1 to 5.0.2

Release notes

Sourced from actions/setup-go's releases.

v5.0.2

What's Changed

Bug fixes:

Dependency updates:

New Contributors

Full Changelog: https://github.com/actions/setup-go/compare/v5...v5.0.2

Commits

Updates goreleaser/goreleaser-action from 5.1.0 to 6.0.0

Release notes

Sourced from goreleaser/goreleaser-action's releases.

v6.0.0

[!WARNING] This is a breaking change!

Follow the instructions here to upgrade!

What's Changed

Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v5...v6.0.0

Commits

Updates actions/upload-artifact from 4.3.3 to 4.3.6

Release notes

Sourced from actions/upload-artifact's releases.

v4.3.6

What's Changed

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

v4.3.5

What's Changed

Full Changelog: https://github.com/actions/upload-artifact/compare/v4.3.4...v4.3.5

v4.3.4

What's Changed

Full Changelog: https://github.com/actions/upload-artifact/compare/v4.3.3...v4.3.4

Commits

Updates oven-sh/setup-bun from 1.2.1 to 2.0.1

Release notes

Sourced from oven-sh/setup-bun's releases.

v2.0.1

oven-sh/setup-bun is the github action for setting up Bun.

This releases fixes false warning when you don't have any parameters in action (oven-sh/setup-bun#90) thanks to @​Araxeus

What's Changed

New Contributors

Full Changelog: https://github.com/oven-sh/setup-bun/compare/v1...v2

v2

oven-sh/setup-bun is the github action for setting up Bun.

This release introduces support for the bun-version-file option, fixes oven-sh/setup-bun#79, and adds bun paths & urls to the output (oven-sh/setup-bun#81)

For more information, see oven-sh/setup-bun#76 by @​adeherysh and oven-sh/setup-bun#80 by @​xHyroM 🎉

Full Changelog: https://github.com/oven-sh/setup-bun/compare/v1...v2

v1.2.2

oven-sh/setup-bun is the github action for setting up Bun.

This release introduces support for the bun-download-url input, which lets you override the URL used to download the .zip file for Bun.

Here's an example:

- name: Setup Bun
  uses: oven-sh/setup-bun@v1.2.2
  with:
    bun-version: latest
    bun-download-url: "https://github.com/oven-sh/bun/releases/latest/download/bun-${{runner.os == 'macOS' && 'darwin' || runner.os}}-${{ runner.arch == 'X64' && 'x64' || 'arm64' }}.zip"
Commits

Updates codecov/codecov-action from 4.4.1 to 4.5.0

Release notes

Sourced from codecov/codecov-action's releases.

v4.5.0

What's Changed

New Contributors

Full Changelog: https://github.com/codecov/codecov-action/compare/v4.4.1...v4.5.0

Commits
  • e28ff12 chore(release): bump to 4.5.0 (#1477)
  • 7594baa Use an existing token even if the PR is from a fork (#1471)
  • 81c0a51 feat: add support for tokenless v3 (#1410)
  • f5e203f build(deps-dev): bump @​typescript-eslint/eslint-plugin from 7.12.0 to 7.13.0 ...
  • 7c48363 build(deps-dev): bump braces from 3.0.2 to 3.0.3 (#1475)
  • 69e5d09 build(deps-dev): bump @​typescript-eslint/parser from 7.12.0 to 7.13.0 (#1474)
  • feaf700 fix: handle trailing commas (#1470)
  • 7b6a727 build(deps): bump github/codeql-action from 3.25.7 to 3.25.8 (#1472)
  • ccf7a1f build(deps-dev): bump @​typescript-eslint/eslint-plugin from 7.11.0 to 7.12.0 ...
  • f03f015 build(deps-dev): bump @​typescript-eslint/parser from 7.11.0 to 7.12.0 (#1467)
  • Additional commits viewable in compare view

Updates cross-platform-actions/action from 0.24.0 to 0.25.0

Release notes

Sourced from cross-platform-actions/action's releases.

Cross Platform Action 0.25.0

Summary

Version 0.25.0 brings several enhancements, deprecations, and support updates. Key changes include added support for new operating systems and deprecation of certain features. Below is a detailed overview of the changes.

New Features

  • Support for FreeBSD 14.1: This release includes support for FreeBSD 14.1, extending compatibility with this new version of the operating system.
  • Support for NetBSD 9.4: Added support for NetBSD 9.4 to ensure compatibility and performance improvements on this system.

Deprecations

  • macOS Runners: Deprecation of support for macOS runners, due to the transition to ARM64 architecture for the latest macOS versions. Users are advised to switch to supported environments.
  • hypervisor Input Parameter: The hypervisor input parameter has been deprecated. Users should update their configurations accordingly.

Acknowledgements

We would like to thank all contributors and users for their feedback and support. Special thanks to Jacob Carlborg for his ongoing efforts and contributions to this release.

For a detailed list of changes, please refer to the changelog on our repository.

Changelog

Sourced from cross-platform-actions/action's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.25.0] - 2024-07-11

Added

  • Add support for NetBSD 9.4
  • Add support for FreeBSD 14.1

Deprecated

  • Support for macOS runners has been deprecated and will be removed in a future release. The reason for using macOS runners in the past has been because of the support for hardware accelerated nested virtualization using the Hypervisor framework. Since the creation of this action, the Ubuntu runners have been upgraded with better performance and added support for hardware accelerated nested virtualization using KVM. QEMU is also more stable when using KVM compared to the Hypervisor framework. Please use the ubuntu-latest runner instead.

  • The Xhyve hypervisor has been deprecated and will be removed in a future release. QEMU will be the only available hypervisor. The reason being maintenance of the Xhyve hypervisor seemed to have stopped. It's also starting to become next to impossible to build on later versions of macOS. Please switch to the QEMU hypervisor by switching to the ubuntu-latest runner.

  • The hypervisor input parameter has been deprecated will be removed in a future release. The reason being support for the Xhyve hypervisor has been deprecated, making this input parameter redundant. Please remove the use of the hypervisor input parameter and switch to the ubuntu-latest runner.

[0.24.0] - 2024-04-12

Added

  • Add support for FreeBSD 13.3
  • Add support for NetBSD 10.0
  • Add support for NetBSD ARM64 (#55)
  • Add support for OpenBSD 7.5 (openbsd-builder#16)

[0.23.0] - 2024-02-18

Added

  • Add support for FreeBSD 14.0 (#74)
  • Add post run step that prints the VM output
  • Support hardware accelerated virtualization on Linux runners (#47)

Fixed

  • OpenBSD VM fails during "Initializing VM" with QEMU on macOS (#73)

... (truncated)

Commits
  • cdc9ee6 Release 0.25.0
  • 2d440bf Remove documentation of deprecated features.
  • a8dd371 Deprecate support for macOS runners
  • aefd8a8 Deprecate the hypervisor input parameter
  • 6acac3c Add support for FreeBSD 14.1
  • ca9fe7f Run macOS tests on latest version that is x86-64
  • 6121538 Add support for NetBSD 9.4
  • b84e059 Add missing NetBSD entries in support table
  • d411902 Fix syntax error in example in readme
  • 833ecac [no ci] Fix changelog
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-shiori/shiori/pull/963 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/12/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/github_actions/all-867774d144` --- ### 📝 Commits (2) - [`93194a6`](https://github.com/go-shiori/shiori/commit/93194a6aadd284e80a0a8ed4d705efcf6748367a) chore(deps): bump the all group across 1 directory with 9 updates - [`154715a`](https://github.com/go-shiori/shiori/commit/154715a58fffc9fa3bed1c899be672739a7f793a) Merge branch 'master' into dependabot/github_actions/all-867774d144 ### 📊 Changes **7 files changed** (+20 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/_buildx.yml` (+2 -2) 📝 `.github/workflows/_golangci-lint.yml` (+2 -2) 📝 `.github/workflows/_gorelease.yml` (+4 -4) 📝 `.github/workflows/_styles-check.yml` (+2 -2) 📝 `.github/workflows/_swagger-check.yml` (+2 -2) 📝 `.github/workflows/_test.yml` (+7 -7) 📝 `.github/workflows/version_bump.yml` (+1 -1) </details> ### 📄 Description Bumps the all group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.1.6` | `4.1.7` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4.1.7` | `4.1.8` | | [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | `6.0.1` | `6.1.0` | | [actions/setup-go](https://github.com/actions/setup-go) | `5.0.1` | `5.0.2` | | [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) | `5.1.0` | `6.0.0` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.3.3` | `4.3.6` | | [oven-sh/setup-bun](https://github.com/oven-sh/setup-bun) | `1.2.1` | `2.0.1` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `4.4.1` | `4.5.0` | | [cross-platform-actions/action](https://github.com/cross-platform-actions/action) | `0.24.0` | `0.25.0` | Updates `actions/checkout` from 4.1.6 to 4.1.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p> <blockquote> <h2>v4.1.7</h2> <h2>What's Changed</h2> <ul> <li>Bump the minor-npm-dependencies group across 1 directory with 4 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1739">actions/checkout#1739</a></li> <li>Bump actions/checkout from 3 to 4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1697">actions/checkout#1697</a></li> <li>Check out other refs/* by commit by <a href="https://github.com/orhantoy"><code>@​orhantoy</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1774">actions/checkout#1774</a></li> <li>Pin actions/checkout's own workflows to a known, good, stable version. by <a href="https://github.com/jww3"><code>@​jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1776">actions/checkout#1776</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/orhantoy"><code>@​orhantoy</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/1774">actions/checkout#1774</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v4.1.6...v4.1.7">https://github.com/actions/checkout/compare/v4.1.6...v4.1.7</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>v4.1.7</h2> <ul> <li>Bump the minor-npm-dependencies group across 1 directory with 4 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1739">actions/checkout#1739</a></li> <li>Bump actions/checkout from 3 to 4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1697">actions/checkout#1697</a></li> <li>Check out other refs/* by commit by <a href="https://github.com/orhantoy"><code>@​orhantoy</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1774">actions/checkout#1774</a></li> <li>Pin actions/checkout's own workflows to a known, good, stable version. by <a href="https://github.com/jww3"><code>@​jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1776">actions/checkout#1776</a></li> </ul> <h2>v4.1.6</h2> <ul> <li>Check platform to set archive extension appropriately by <a href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1732">actions/checkout#1732</a></li> </ul> <h2>v4.1.5</h2> <ul> <li>Update NPM dependencies by <a href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1703">actions/checkout#1703</a></li> <li>Bump github/codeql-action from 2 to 3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1694">actions/checkout#1694</a></li> <li>Bump actions/setup-node from 1 to 4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1696">actions/checkout#1696</a></li> <li>Bump actions/upload-artifact from 2 to 4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1695">actions/checkout#1695</a></li> <li>README: Suggest <code>user.email</code> to be <code>41898282+github-actions[bot]@users.noreply.github.com</code> by <a href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1707">actions/checkout#1707</a></li> </ul> <h2>v4.1.4</h2> <ul> <li>Disable <code>extensions.worktreeConfig</code> when disabling <code>sparse-checkout</code> by <a href="https://github.com/jww3"><code>@​jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1692">actions/checkout#1692</a></li> <li>Add dependabot config by <a href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1688">actions/checkout#1688</a></li> <li>Bump the minor-actions-dependencies group with 2 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1693">actions/checkout#1693</a></li> <li>Bump word-wrap from 1.2.3 to 1.2.5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1643">actions/checkout#1643</a></li> </ul> <h2>v4.1.3</h2> <ul> <li>Check git version before attempting to disable <code>sparse-checkout</code> by <a href="https://github.com/jww3"><code>@​jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1656">actions/checkout#1656</a></li> <li>Add SSH user parameter by <a href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1685">actions/checkout#1685</a></li> <li>Update <code>actions/checkout</code> version in <code>update-main-version.yml</code> by <a href="https://github.com/jww3"><code>@​jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1650">actions/checkout#1650</a></li> </ul> <h2>v4.1.2</h2> <ul> <li>Fix: Disable sparse checkout whenever <code>sparse-checkout</code> option is not present <a href="https://github.com/dscho"><code>@​dscho</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1598">actions/checkout#1598</a></li> </ul> <h2>v4.1.1</h2> <ul> <li>Correct link to GitHub Docs by <a href="https://github.com/peterbe"><code>@​peterbe</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1511">actions/checkout#1511</a></li> <li>Link to release page from what's new section by <a href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1514">actions/checkout#1514</a></li> </ul> <h2>v4.1.0</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1396">Add support for partial checkout filters</a></li> </ul> <h2>v4.0.0</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1067">Support fetching without the --progress option</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/1436">Update to node20</a></li> </ul> <h2>v3.6.0</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1377">Fix: Mark test scripts with Bash'isms to be run via Bash</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/579">Add option to fetch tags even if fetch-depth &gt; 0</a></li> </ul> <h2>v3.5.3</h2> <ul> <li><a href="https://redirect.github.com/actions/checkout/pull/1196">Fix: Checkout fail in self-hosted runners when faulty submodule are checked-in</a></li> <li><a href="https://redirect.github.com/actions/checkout/pull/1287">Fix typos found by codespell</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/checkout/commit/692973e3d937129bcbf40652eb9f2f61becf3332"><code>692973e</code></a> Prepare 4.1.7 release (<a href="https://redirect.github.com/actions/checkout/issues/1775">#1775</a>)</li> <li><a href="https://github.com/actions/checkout/commit/6ccd57f4c5d15bdc2fef309bd9fb6cc9db2ef1c6"><code>6ccd57f</code></a> Pin actions/checkout's own workflows to a known, good, stable version. (<a href="https://redirect.github.com/actions/checkout/issues/1776">#1776</a>)</li> <li><a href="https://github.com/actions/checkout/commit/b17fe1e4d59a9d1d95a7aead5e6fcd13e50939a5"><code>b17fe1e</code></a> Handle hidden refs (<a href="https://redirect.github.com/actions/checkout/issues/1774">#1774</a>)</li> <li><a href="https://github.com/actions/checkout/commit/b80ff79f1755d06ba70441c368a6fe801f5f3a62"><code>b80ff79</code></a> Bump actions/checkout from 3 to 4 (<a href="https://redirect.github.com/actions/checkout/issues/1697">#1697</a>)</li> <li><a href="https://github.com/actions/checkout/commit/b1ec3021b8fa02164da82ca1557d017d83b0e179"><code>b1ec302</code></a> Bump the minor-npm-dependencies group across 1 directory with 4 updates (<a href="https://redirect.github.com/actions/checkout/issues/1739">#1739</a>)</li> <li>See full diff in <a href="https://github.com/actions/checkout/compare/a5ac7e51b41094c92402da3b24376905380afc29...692973e3d937129bcbf40652eb9f2f61becf3332">compare view</a></li> </ul> </details> <br /> Updates `actions/download-artifact` from 4.1.7 to 4.1.8 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/download-artifact/releases">actions/download-artifact's releases</a>.</em></p> <blockquote> <h2>v4.1.8</h2> <h2>What's Changed</h2> <ul> <li>Update <code>@​actions/artifact</code> version, bump dependencies by <a href="https://github.com/robherley"><code>@​robherley</code></a> in <a href="https://redirect.github.com/actions/download-artifact/pull/341">actions/download-artifact#341</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/download-artifact/compare/v4...v4.1.8">https://github.com/actions/download-artifact/compare/v4...v4.1.8</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/download-artifact/commit/fa0a91b85d4f404e444e00e005971372dc801d16"><code>fa0a91b</code></a> Merge pull request <a href="https://redirect.github.com/actions/download-artifact/issues/341">#341</a> from actions/robherley/bump-pkgs</li> <li><a href="https://github.com/actions/download-artifact/commit/b54d0883e196647f43ce531a3fc13b246cf908b6"><code>b54d088</code></a> Update <code>@​actions/artifact</code> version, bump dependencies</li> <li>See full diff in <a href="https://github.com/actions/download-artifact/compare/65a9edc5881444af0b9093a5e628f2fe47ea3b2e...fa0a91b85d4f404e444e00e005971372dc801d16">compare view</a></li> </ul> </details> <br /> Updates `golangci/golangci-lint-action` from 6.0.1 to 6.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/golangci/golangci-lint-action/releases">golangci/golangci-lint-action's releases</a>.</em></p> <blockquote> <h2>v6.1.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Changes</h3> <ul> <li>feat: allow to skip golangci-lint installation by <a href="https://github.com/ldez"><code>@​ldez</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1079">golangci/golangci-lint-action#1079</a></li> </ul> <h3>Documentation</h3> <ul> <li>docs: add Go workspace examples by <a href="https://github.com/ldez"><code>@​ldez</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1064">golangci/golangci-lint-action#1064</a></li> </ul> <h3>Dependencies</h3> <ul> <li>build(deps): bump <code>@​types/node</code> from 20.12.8 to 20.12.11 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1041">golangci/golangci-lint-action#1041</a></li> <li>build(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code> from 7.8.0 to 7.9.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1042">golangci/golangci-lint-action#1042</a></li> <li>build(deps): bump <code>@​types/node</code> from 20.12.11 to 20.12.12 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1043">golangci/golangci-lint-action#1043</a></li> <li>build(deps-dev): bump <code>@​typescript-eslint/parser</code> from 7.8.0 to 7.9.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1044">golangci/golangci-lint-action#1044</a></li> <li>build(deps-dev): bump the dev-dependencies group with 2 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1047">golangci/golangci-lint-action#1047</a></li> <li>build(deps): bump <code>@​types/node</code> from 20.12.12 to 20.14.0 in the dependencies group by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1051">golangci/golangci-lint-action#1051</a></li> <li>build(deps-dev): bump the dev-dependencies group across 1 directory with 3 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1053">golangci/golangci-lint-action#1053</a></li> <li>build(deps-dev): bump the dev-dependencies group with 3 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1061">golangci/golangci-lint-action#1061</a></li> <li>build(deps): bump <code>@​types/node</code> from 20.14.0 to 20.14.2 in the dependencies group by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1062">golangci/golangci-lint-action#1062</a></li> <li>build(deps-dev): bump the dev-dependencies group with 3 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1063">golangci/golangci-lint-action#1063</a></li> <li>build(deps): bump <code>@​types/node</code> from 20.14.2 to 20.14.8 in the dependencies group by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1066">golangci/golangci-lint-action#1066</a></li> <li>build(deps-dev): bump the dev-dependencies group with 3 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1065">golangci/golangci-lint-action#1065</a></li> <li>build(deps-dev): bump the dev-dependencies group with 2 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1067">golangci/golangci-lint-action#1067</a></li> <li>build(deps): bump <code>@​types/node</code> from 20.14.8 to 20.14.9 in the dependencies group by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1068">golangci/golangci-lint-action#1068</a></li> <li>build(deps-dev): bump the dev-dependencies group with 4 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1071">golangci/golangci-lint-action#1071</a></li> <li>build(deps): bump <code>@​types/node</code> from 20.14.9 to 20.14.10 in the dependencies group by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1072">golangci/golangci-lint-action#1072</a></li> <li>build(deps-dev): bump the dev-dependencies group with 3 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1073">golangci/golangci-lint-action#1073</a></li> <li>build(deps-dev): bump the dev-dependencies group with 3 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1074">golangci/golangci-lint-action#1074</a></li> <li>build(deps): bump <code>@​types/node</code> from 20.14.10 to 20.14.11 in the dependencies group by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1075">golangci/golangci-lint-action#1075</a></li> <li>build(deps-dev): bump the dev-dependencies group with 3 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1077">golangci/golangci-lint-action#1077</a></li> <li>build(deps): bump <code>@​types/node</code> from 20.14.11 to 22.0.0 in the dependencies group by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1078">golangci/golangci-lint-action#1078</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/golangci/golangci-lint-action/compare/v6.0.1...v6.1.0">https://github.com/golangci/golangci-lint-action/compare/v6.0.1...v6.1.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golangci/golangci-lint-action/commit/aaa42aa0628b4ae2578232a66b541047968fac86"><code>aaa42aa</code></a> feat: allow to skip golangci-lint installation (<a href="https://redirect.github.com/golangci/golangci-lint-action/issues/1079">#1079</a>)</li> <li><a href="https://github.com/golangci/golangci-lint-action/commit/9ec89731c3231147ae014c73448ce9a7240d661b"><code>9ec8973</code></a> build(deps): bump <code>@​types/node</code> from 20.14.11 to 22.0.0 in the dependencies gro...</li> <li><a href="https://github.com/golangci/golangci-lint-action/commit/58838cffc6bda5bd2ec1d112b85e698357d129ab"><code>58838cf</code></a> build(deps-dev): bump the dev-dependencies group with 3 updates (<a href="https://redirect.github.com/golangci/golangci-lint-action/issues/1077">#1077</a>)</li> <li><a href="https://github.com/golangci/golangci-lint-action/commit/9f3ba2c3a8aadb9f3c42d252c4c227a6b0d98539"><code>9f3ba2c</code></a> build(deps): bump <code>@​types/node</code> from 20.14.10 to 20.14.11 in the dependencies g...</li> <li><a href="https://github.com/golangci/golangci-lint-action/commit/2bd7a04e9163c07aaa1d5eabf703d7380133d655"><code>2bd7a04</code></a> build(deps-dev): bump the dev-dependencies group with 3 updates (<a href="https://redirect.github.com/golangci/golangci-lint-action/issues/1074">#1074</a>)</li> <li><a href="https://github.com/golangci/golangci-lint-action/commit/db819a10bda59ee2a8f342af52c07e329576a0f5"><code>db819a1</code></a> build(deps-dev): bump the dev-dependencies group with 3 updates (<a href="https://redirect.github.com/golangci/golangci-lint-action/issues/1073">#1073</a>)</li> <li><a href="https://github.com/golangci/golangci-lint-action/commit/d09fb0808ae08b4310fe3140992ba2475deac1c0"><code>d09fb08</code></a> build(deps): bump <code>@​types/node</code> from 20.14.9 to 20.14.10 in the dependencies gr...</li> <li><a href="https://github.com/golangci/golangci-lint-action/commit/605617a3e2eaed801714e186af8a440496363f8d"><code>605617a</code></a> build(deps-dev): bump the dev-dependencies group with 4 updates (<a href="https://redirect.github.com/golangci/golangci-lint-action/issues/1071">#1071</a>)</li> <li><a href="https://github.com/golangci/golangci-lint-action/commit/66f63c74bb4cdd7d445cb7c8c18dee38449cb1c5"><code>66f63c7</code></a> chore: generate</li> <li><a href="https://github.com/golangci/golangci-lint-action/commit/2c01d264abe04570211ba8d3c6d3aa17eced3c80"><code>2c01d26</code></a> fix: home dir on Windows</li> <li>Additional commits viewable in <a href="https://github.com/golangci/golangci-lint-action/compare/a4f60bb28d35aeee14e6880718e0c85ff1882e64...aaa42aa0628b4ae2578232a66b541047968fac86">compare view</a></li> </ul> </details> <br /> Updates `actions/setup-go` from 5.0.1 to 5.0.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/setup-go/releases">actions/setup-go's releases</a>.</em></p> <blockquote> <h2>v5.0.2</h2> <h2>What's Changed</h2> <h3>Bug fixes:</h3> <ul> <li>Fix versions check failure by <a href="https://github.com/HarithaVattikuti"><code>@​HarithaVattikuti</code></a> in <a href="https://redirect.github.com/actions/setup-go/pull/479">actions/setup-go#479</a></li> </ul> <h3>Dependency updates:</h3> <ul> <li>Bump braces from 3.0.2 to 3.0.3 and undici from 5.28.3 to 5.28.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/setup-go/pull/487">actions/setup-go#487</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/HarithaVattikuti"><code>@​HarithaVattikuti</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-go/pull/479">actions/setup-go#479</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-go/compare/v5...v5.0.2">https://github.com/actions/setup-go/compare/v5...v5.0.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/setup-go/commit/0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32"><code>0a12ed9</code></a> Bump braces from 3.0.2 to 3.0.3 (<a href="https://redirect.github.com/actions/setup-go/issues/487">#487</a>)</li> <li><a href="https://github.com/actions/setup-go/commit/4ab57d7ea2fd0c9948210b2e0784e280674e7144"><code>4ab57d7</code></a> Fix versions check failure (<a href="https://redirect.github.com/actions/setup-go/issues/479">#479</a>)</li> <li>See full diff in <a href="https://github.com/actions/setup-go/compare/cdcb36043654635271a94b9a6d1392de5bb323a7...0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32">compare view</a></li> </ul> </details> <br /> Updates `goreleaser/goreleaser-action` from 5.1.0 to 6.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/goreleaser/goreleaser-action/releases">goreleaser/goreleaser-action's releases</a>.</em></p> <blockquote> <h2>v6.0.0</h2> <blockquote> <p>[!WARNING] <strong>This is a breaking change!</strong></p> <p>Follow the instructions <a href="https://goreleaser.com/blog/goreleaser-v2/#upgrading">here</a> to upgrade!</p> </blockquote> <h2>What's Changed</h2> <ul> <li>feat!: use &quot;~&gt; v2&quot; as default by <a href="https://github.com/caarlos0"><code>@​caarlos0</code></a> in <a href="https://redirect.github.com/goreleaser/goreleaser-action/pull/463">goreleaser/goreleaser-action#463</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/goreleaser/goreleaser-action/compare/v5...v6.0.0">https://github.com/goreleaser/goreleaser-action/compare/v5...v6.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/goreleaser/goreleaser-action/commit/286f3b13b1b49da4ac219696163fb8c1c93e1200"><code>286f3b1</code></a> ci: fix tests</li> <li><a href="https://github.com/goreleaser/goreleaser-action/commit/beac41031402cb955b6b1325b39dc6a3aaddfa61"><code>beac410</code></a> ci: update workflow and .goreleaser.yml</li> <li><a href="https://github.com/goreleaser/goreleaser-action/commit/18bbabc70c50bcffbadb2dc68d6d5266056978cb"><code>18bbabc</code></a> feat!: use &quot;~&gt; v2&quot; as default (<a href="https://redirect.github.com/goreleaser/goreleaser-action/issues/463">#463</a>)</li> <li>See full diff in <a href="https://github.com/goreleaser/goreleaser-action/compare/5742e2a039330cbb23ebf35f046f814d4c6ff811...286f3b13b1b49da4ac219696163fb8c1c93e1200">compare view</a></li> </ul> </details> <br /> Updates `actions/upload-artifact` from 4.3.3 to 4.3.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/upload-artifact/releases">actions/upload-artifact's releases</a>.</em></p> <blockquote> <h2>v4.3.6</h2> <h2>What's Changed</h2> <ul> <li>Revert to <code>@​actions/artifact</code> 2.1.8 by <a href="https://github.com/robherley"><code>@​robherley</code></a> in <a href="https://redirect.github.com/actions/upload-artifact/pull/594">actions/upload-artifact#594</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/upload-artifact/compare/v4...v4.3.6">https://github.com/actions/upload-artifact/compare/v4...v4.3.6</a></p> <h2>v4.3.5</h2> <h2>What's Changed</h2> <ul> <li>Bump <code>@​actions/artifact</code> to v2.1.9 by <a href="https://github.com/robherley"><code>@​robherley</code></a> in <a href="https://redirect.github.com/actions/upload-artifact/pull/588">actions/upload-artifact#588</a> <ul> <li>Fixed artifact upload chunk timeout logic <a href="https://redirect.github.com/actions/toolkit/pull/1774">#1774</a></li> <li>Use lazy stream to prevent issues with open file limits <a href="https://redirect.github.com/actions/toolkit/pull/1771">#1771</a></li> </ul> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/upload-artifact/compare/v4.3.4...v4.3.5">https://github.com/actions/upload-artifact/compare/v4.3.4...v4.3.5</a></p> <h2>v4.3.4</h2> <h2>What's Changed</h2> <ul> <li>Update <code>@​actions/artifact</code> version, bump dependencies by <a href="https://github.com/robherley"><code>@​robherley</code></a> in <a href="https://redirect.github.com/actions/upload-artifact/pull/584">actions/upload-artifact#584</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/upload-artifact/compare/v4.3.3...v4.3.4">https://github.com/actions/upload-artifact/compare/v4.3.3...v4.3.4</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/upload-artifact/commit/834a144ee995460fba8ed112a2fc961b36a5ec5a"><code>834a144</code></a> Merge pull request <a href="https://redirect.github.com/actions/upload-artifact/issues/594">#594</a> from actions/robherley/4.3.6</li> <li><a href="https://github.com/actions/upload-artifact/commit/134dcf33c0b9454c4b17a936843d7e21dccdc335"><code>134dcf3</code></a> v4.3.6</li> <li><a href="https://github.com/actions/upload-artifact/commit/73a0b9c9543c5bbf0637ed4d2c7798a21949ac8a"><code>73a0b9c</code></a> revert back to <code>@​actions/artifact</code> 2.1.8</li> <li><a href="https://github.com/actions/upload-artifact/commit/89ef406dd8d7e03cfd12d9e0a4a378f454709029"><code>89ef406</code></a> Merge pull request <a href="https://redirect.github.com/actions/upload-artifact/issues/588">#588</a> from actions/robherley/4.3.5</li> <li><a href="https://github.com/actions/upload-artifact/commit/23d796df36a979af3abdb7f632f5391e4f15fa07"><code>23d796d</code></a> license updates</li> <li><a href="https://github.com/actions/upload-artifact/commit/e445c64bc2a4ebc990affbc00aa66b845f05600a"><code>e445c64</code></a> bump <code>@​actions/artifact</code> to v2.1.9</li> <li><a href="https://github.com/actions/upload-artifact/commit/0b2256b8c012f0828dc542b3febcab082c67f72b"><code>0b2256b</code></a> Merge pull request <a href="https://redirect.github.com/actions/upload-artifact/issues/584">#584</a> from actions/robherley/bump-pkgs</li> <li><a href="https://github.com/actions/upload-artifact/commit/488dcefb9bf01619ac19bad29c5c5409a1e4dd4c"><code>488dcef</code></a> licensed cache</li> <li><a href="https://github.com/actions/upload-artifact/commit/04c51f57662651dd3333286989e2db1111c0fd07"><code>04c51f5</code></a> ncc</li> <li><a href="https://github.com/actions/upload-artifact/commit/32a9e276a8f8ac18b4b2dce8213ed340ed4e5ed8"><code>32a9e27</code></a> bump <code>@​actions/artifact</code> and npm audit</li> <li>Additional commits viewable in <a href="https://github.com/actions/upload-artifact/compare/65462800fd760344b1a7b4382951275a0abb4808...834a144ee995460fba8ed112a2fc961b36a5ec5a">compare view</a></li> </ul> </details> <br /> Updates `oven-sh/setup-bun` from 1.2.1 to 2.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/oven-sh/setup-bun/releases">oven-sh/setup-bun's releases</a>.</em></p> <blockquote> <h2>v2.0.1</h2> <p><code>oven-sh/setup-bun</code> is the github action for setting up Bun.</p> <p>This releases fixes false warning when you don't have any parameters in action (<a href="https://redirect.github.com/oven-sh/setup-bun/pull/90">oven-sh/setup-bun#90</a>) thanks to <a href="https://github.com/Araxeus"><code>@​Araxeus</code></a></p> <h2>What's Changed</h2> <ul> <li>docs: show correct bun-version-file examples by <a href="https://github.com/xHyroM"><code>@​xHyroM</code></a> in <a href="https://redirect.github.com/oven-sh/setup-bun/pull/86">oven-sh/setup-bun#86</a></li> <li>fix: bun-version-file default value by <a href="https://github.com/Araxeus"><code>@​Araxeus</code></a> in <a href="https://redirect.github.com/oven-sh/setup-bun/pull/90">oven-sh/setup-bun#90</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Araxeus"><code>@​Araxeus</code></a> made their first contribution in <a href="https://redirect.github.com/oven-sh/setup-bun/pull/90">oven-sh/setup-bun#90</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/oven-sh/setup-bun/compare/v1...v2">https://github.com/oven-sh/setup-bun/compare/v1...v2</a></p> <h2>v2</h2> <p><code>oven-sh/setup-bun</code> is the github action for setting up Bun.</p> <p>This release introduces support for the <code>bun-version-file</code> option, fixes <a href="https://redirect.github.com/oven-sh/setup-bun/issues/79">oven-sh/setup-bun#79</a>, and adds bun paths &amp; urls to the output (<a href="https://redirect.github.com/oven-sh/setup-bun/issues/81">oven-sh/setup-bun#81</a>)</p> <p>For more information, see <a href="https://redirect.github.com/oven-sh/setup-bun/pull/76">oven-sh/setup-bun#76</a> by <a href="https://github.com/adeherysh"><code>@​adeherysh</code></a> and <a href="https://redirect.github.com/oven-sh/setup-bun/pull/80">oven-sh/setup-bun#80</a> by <a href="https://github.com/xHyroM"><code>@​xHyroM</code></a> :tada:</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/oven-sh/setup-bun/compare/v1...v2">https://github.com/oven-sh/setup-bun/compare/v1...v2</a></p> <h2>v1.2.2</h2> <p><code>oven-sh/setup-bun</code> is the github action for setting up Bun.</p> <p>This release introduces support for the <code>bun-download-url</code> input, which lets you override the URL used to download the .zip file for Bun.</p> <p>Here's an example:</p> <pre lang="yaml"><code>- name: Setup Bun uses: oven-sh/setup-bun@v1.2.2 with: bun-version: latest bun-download-url: &quot;https://github.com/oven-sh/bun/releases/latest/download/bun-${{runner.os == 'macOS' &amp;&amp; 'darwin' || runner.os}}-${{ runner.arch == 'X64' &amp;&amp; 'x64' || 'arm64' }}.zip&quot; </code></pre> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/oven-sh/setup-bun/commit/4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5"><code>4bc047a</code></a> release: v2.0.1 (<a href="https://redirect.github.com/oven-sh/setup-bun/issues/91">#91</a>)</li> <li><a href="https://github.com/oven-sh/setup-bun/commit/f43b443c1c80562b21b01463d75b1ec29b02a228"><code>f43b443</code></a> fix: bun-version-file default value (<a href="https://redirect.github.com/oven-sh/setup-bun/issues/90">#90</a>)</li> <li><a href="https://github.com/oven-sh/setup-bun/commit/339e277e698b401f256385e5fe170f513b41cd9a"><code>339e277</code></a> [autofix.ci] apply automated fixes</li> <li><a href="https://github.com/oven-sh/setup-bun/commit/e20a54d1da352a985c2ab5f81f5edf2a17da985b"><code>e20a54d</code></a> docs: add bun-path &amp; bun-download-url to outputs table</li> <li><a href="https://github.com/oven-sh/setup-bun/commit/3fcae870de13a844dae12ec19e0c3554d9bf4928"><code>3fcae87</code></a> docs: show correct bun-version-file examples (<a href="https://redirect.github.com/oven-sh/setup-bun/issues/86">#86</a>)</li> <li><a href="https://github.com/oven-sh/setup-bun/commit/123c6c4e2fea3eb7bffaa91a85eb6b3d505bf7af"><code>123c6c4</code></a> docs: use v2 version</li> <li><a href="https://github.com/oven-sh/setup-bun/commit/ef00e4ac8e15add456ae887eccd2ce70886cbbe1"><code>ef00e4a</code></a> release: v2.0 :tada: (<a href="https://redirect.github.com/oven-sh/setup-bun/issues/80">#80</a>)</li> <li><a href="https://github.com/oven-sh/setup-bun/commit/43b2dc9ae87f6949ab33cd393f0ded6654d2cc9b"><code>43b2dc9</code></a> Update README.md</li> <li><a href="https://github.com/oven-sh/setup-bun/commit/45d2c093591073ed4f8d61611ed74c59c6c86db3"><code>45d2c09</code></a> Update README.md</li> <li><a href="https://github.com/oven-sh/setup-bun/commit/6ef34ab5788c3abb2c1b985ccbcb329a750611b0"><code>6ef34ab</code></a> Update README.md</li> <li>Additional commits viewable in <a href="https://github.com/oven-sh/setup-bun/compare/8f24390df009a496891208e5e36b8a1de1f45135...4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5">compare view</a></li> </ul> </details> <br /> Updates `codecov/codecov-action` from 4.4.1 to 4.5.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/codecov/codecov-action/releases">codecov/codecov-action's releases</a>.</em></p> <blockquote> <h2>v4.5.0</h2> <h2>What's Changed</h2> <ul> <li>build(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code> from 7.9.0 to 7.10.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1446">codecov/codecov-action#1446</a></li> <li>build(deps-dev): bump ts-jest from 29.1.2 to 29.1.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1443">codecov/codecov-action#1443</a></li> <li>build(deps-dev): bump <code>@​typescript-eslint/parser</code> from 7.9.0 to 7.10.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1445">codecov/codecov-action#1445</a></li> <li>build(deps-dev): bump <code>@​typescript-eslint/parser</code> from 7.10.0 to 7.11.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1459">codecov/codecov-action#1459</a></li> <li>build(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code> from 7.10.0 to 7.11.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1458">codecov/codecov-action#1458</a></li> <li>build(deps): bump github/codeql-action from 3.25.5 to 3.25.6 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1456">codecov/codecov-action#1456</a></li> <li>build(deps-dev): bump ts-jest from 29.1.3 to 29.1.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1460">codecov/codecov-action#1460</a></li> <li>build(deps): bump github/codeql-action from 3.25.6 to 3.25.7 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1466">codecov/codecov-action#1466</a></li> <li>build(deps-dev): bump <code>@​typescript-eslint/parser</code> from 7.11.0 to 7.12.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1467">codecov/codecov-action#1467</a></li> <li>build(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code> from 7.11.0 to 7.12.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1468">codecov/codecov-action#1468</a></li> <li>build(deps): bump github/codeql-action from 3.25.7 to 3.25.8 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1472">codecov/codecov-action#1472</a></li> <li>fix: handle trailing commas by <a href="https://github.com/joseph-sentry"><code>@​joseph-sentry</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1470">codecov/codecov-action#1470</a></li> <li>build(deps-dev): bump <code>@​typescript-eslint/parser</code> from 7.12.0 to 7.13.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1474">codecov/codecov-action#1474</a></li> <li>build(deps-dev): bump braces from 3.0.2 to 3.0.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1475">codecov/codecov-action#1475</a></li> <li>build(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code> from 7.12.0 to 7.13.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1473">codecov/codecov-action#1473</a></li> <li>feat: add support for tokenless v3 by <a href="https://github.com/joseph-sentry"><code>@​joseph-sentry</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1410">codecov/codecov-action#1410</a></li> <li>Use an existing token even if the PR is from a fork by <a href="https://github.com/leofeyer"><code>@​leofeyer</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1471">codecov/codecov-action#1471</a></li> <li>chore(release): bump to 4.5.0 by <a href="https://github.com/thomasrockhu-codecov"><code>@​thomasrockhu-codecov</code></a> in <a href="https://redirect.github.com/codecov/codecov-action/pull/1477">codecov/codecov-action#1477</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/joseph-sentry"><code>@​joseph-sentry</code></a> made their first contribution in <a href="https://redirect.github.com/codecov/codecov-action/pull/1470">codecov/codecov-action#1470</a></li> <li><a href="https://github.com/leofeyer"><code>@​leofeyer</code></a> made their first contribution in <a href="https://redirect.github.com/codecov/codecov-action/pull/1471">codecov/codecov-action#1471</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/codecov/codecov-action/compare/v4.4.1...v4.5.0">https://github.com/codecov/codecov-action/compare/v4.4.1...v4.5.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/codecov/codecov-action/commit/e28ff129e5465c2c0dcc6f003fc735cb6ae0c673"><code>e28ff12</code></a> chore(release): bump to 4.5.0 (<a href="https://redirect.github.com/codecov/codecov-action/issues/1477">#1477</a>)</li> <li><a href="https://github.com/codecov/codecov-action/commit/7594baaf0c8b9ecdddba6269a6b089f60a3c859a"><code>7594baa</code></a> Use an existing token even if the PR is from a fork (<a href="https://redirect.github.com/codecov/codecov-action/issues/1471">#1471</a>)</li> <li><a href="https://github.com/codecov/codecov-action/commit/81c0a51dcc5a7dd6e63f9b1214da9715a842300d"><code>81c0a51</code></a> feat: add support for tokenless v3 (<a href="https://redirect.github.com/codecov/codecov-action/issues/1410">#1410</a>)</li> <li><a href="https://github.com/codecov/codecov-action/commit/f5e203f3d95eae0da58ec699083e7bcd7b8b69ae"><code>f5e203f</code></a> build(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code> from 7.12.0 to 7.13.0 ...</li> <li><a href="https://github.com/codecov/codecov-action/commit/7c48363ed341bdfcfee0cc2d33b0743003134af2"><code>7c48363</code></a> build(deps-dev): bump braces from 3.0.2 to 3.0.3 (<a href="https://redirect.github.com/codecov/codecov-action/issues/1475">#1475</a>)</li> <li><a href="https://github.com/codecov/codecov-action/commit/69e5d09ca1b986185c1dd546857502976e50f5bc"><code>69e5d09</code></a> build(deps-dev): bump <code>@​typescript-eslint/parser</code> from 7.12.0 to 7.13.0 (<a href="https://redirect.github.com/codecov/codecov-action/issues/1474">#1474</a>)</li> <li><a href="https://github.com/codecov/codecov-action/commit/feaf700b2a674720c51aa264a0558178b0ae4fed"><code>feaf700</code></a> fix: handle trailing commas (<a href="https://redirect.github.com/codecov/codecov-action/issues/1470">#1470</a>)</li> <li><a href="https://github.com/codecov/codecov-action/commit/7b6a727a4ae8e34ed4b8c8cc2c0710bb57de27d2"><code>7b6a727</code></a> build(deps): bump github/codeql-action from 3.25.7 to 3.25.8 (<a href="https://redirect.github.com/codecov/codecov-action/issues/1472">#1472</a>)</li> <li><a href="https://github.com/codecov/codecov-action/commit/ccf7a1fd43a718f28675f2aa46aed231bc5e6c5f"><code>ccf7a1f</code></a> build(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code> from 7.11.0 to 7.12.0 ...</li> <li><a href="https://github.com/codecov/codecov-action/commit/f03f015db9dd13f118dbaff6724f3b9c2cdd6f7b"><code>f03f015</code></a> build(deps-dev): bump <code>@​typescript-eslint/parser</code> from 7.11.0 to 7.12.0 (<a href="https://redirect.github.com/codecov/codecov-action/issues/1467">#1467</a>)</li> <li>Additional commits viewable in <a href="https://github.com/codecov/codecov-action/compare/125fc84a9a348dbcf27191600683ec096ec9021c...e28ff129e5465c2c0dcc6f003fc735cb6ae0c673">compare view</a></li> </ul> </details> <br /> Updates `cross-platform-actions/action` from 0.24.0 to 0.25.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cross-platform-actions/action/releases">cross-platform-actions/action's releases</a>.</em></p> <blockquote> <h2>Cross Platform Action 0.25.0</h2> <h3>Summary</h3> <p>Version 0.25.0 brings several enhancements, deprecations, and support updates. Key changes include added support for new operating systems and deprecation of certain features. Below is a detailed overview of the changes.</p> <h3>New Features</h3> <ul> <li><strong>Support for FreeBSD 14.1</strong>: This release includes support for FreeBSD 14.1, extending compatibility with this new version of the operating system.</li> <li><strong>Support for NetBSD 9.4</strong>: Added support for NetBSD 9.4 to ensure compatibility and performance improvements on this system.</li> </ul> <h3>Deprecations</h3> <ul> <li><strong>macOS Runners</strong>: Deprecation of support for macOS runners, due to the transition to ARM64 architecture for the latest macOS versions. Users are advised to switch to supported environments.</li> <li><strong><code>hypervisor</code> Input Parameter</strong>: The <code>hypervisor</code> input parameter has been deprecated. Users should update their configurations accordingly.</li> </ul> <h3>Acknowledgements</h3> <p>We would like to thank all contributors and users for their feedback and support. Special thanks to Jacob Carlborg for his ongoing efforts and contributions to this release.</p> <p>For a detailed list of changes, please refer to the <a href="https://github.com/cross-platform-actions/action/blob/HEAD/changelog.md">changelog</a> on our repository.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/cross-platform-actions/action/blob/master/changelog.md">cross-platform-actions/action's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p>All notable changes to this project will be documented in this file.</p> <p>The format is based on <a href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>, and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p> <h2>[Unreleased]</h2> <h2>[0.25.0] - 2024-07-11</h2> <h3>Added</h3> <ul> <li>Add support for NetBSD 9.4</li> <li>Add support for FreeBSD 14.1</li> </ul> <h3>Deprecated</h3> <ul> <li> <p>Support for macOS runners has been deprecated and will be removed in a future release. The reason for using macOS runners in the past has been because of the support for hardware accelerated nested virtualization using the Hypervisor framework. Since the creation of this action, the Ubuntu runners have been upgraded with better performance and added support for hardware accelerated nested virtualization using KVM. QEMU is also more stable when using KVM compared to the Hypervisor framework. Please use the <code>ubuntu-latest</code> runner instead.</p> </li> <li> <p>The Xhyve hypervisor has been deprecated and will be removed in a future release. QEMU will be the only available hypervisor. The reason being maintenance of the Xhyve hypervisor seemed to have stopped. It's also starting to become next to impossible to build on later versions of macOS. Please switch to the QEMU hypervisor by switching to the <code>ubuntu-latest</code> runner.</p> </li> <li> <p>The <code>hypervisor</code> input parameter has been deprecated will be removed in a future release. The reason being support for the Xhyve hypervisor has been deprecated, making this input parameter redundant. Please remove the use of the <code>hypervisor</code> input parameter and switch to the <code>ubuntu-latest</code> runner.</p> </li> </ul> <h2>[0.24.0] - 2024-04-12</h2> <h3>Added</h3> <ul> <li>Add support for FreeBSD 13.3</li> <li>Add support for NetBSD 10.0</li> <li>Add support for NetBSD ARM64 (<a href="https://redirect.github.com/cross-platform-actions/action/issues/55">#55</a>)</li> <li>Add support for OpenBSD 7.5 (<a href="https://redirect.github.com/cross-platform-actions/openbsd-builder/issues/16">openbsd-builder#16</a>)</li> </ul> <h2>[0.23.0] - 2024-02-18</h2> <h3>Added</h3> <ul> <li>Add support for FreeBSD 14.0 (<a href="https://redirect.github.com/cross-platform-actions/action/issues/74">#74</a>)</li> <li>Add post run step that prints the VM output</li> <li>Support hardware accelerated virtualization on Linux runners (<a href="https://redirect.github.com/cross-platform-actions/action/issues/47">#47</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>OpenBSD VM fails during &quot;Initializing VM&quot; with QEMU on macOS (<a href="https://redirect.github.com/cross-platform-actions/action/issues/73">#73</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cross-platform-actions/action/commit/cdc9ee69ef84a5f2e59c9058335d9c57bcb4ac86"><code>cdc9ee6</code></a> Release 0.25.0</li> <li><a href="https://github.com/cross-platform-actions/action/commit/2d440bfbf15cae73221c7c207bbfcd17f06d7b1e"><code>2d440bf</code></a> Remove documentation of deprecated features.</li> <li><a href="https://github.com/cross-platform-actions/action/commit/a8dd371a7482d90072293308555270c26602cadc"><code>a8dd371</code></a> Deprecate support for macOS runners</li> <li><a href="https://github.com/cross-platform-actions/action/commit/aefd8a80eb80f25eff777e5a1b63f598d0dc7d28"><code>aefd8a8</code></a> Deprecate the <code>hypervisor</code> input parameter</li> <li><a href="https://github.com/cross-platform-actions/action/commit/6acac3ca1b632aa762721d537dea32398ba0f2b1"><code>6acac3c</code></a> Add support for FreeBSD 14.1</li> <li><a href="https://github.com/cross-platform-actions/action/commit/ca9fe7f47c8b3d2caa669a290572e1eebf1c75f1"><code>ca9fe7f</code></a> Run macOS tests on latest version that is x86-64</li> <li><a href="https://github.com/cross-platform-actions/action/commit/6121538380a6783d30116c93a3b675b02ab4cce8"><code>6121538</code></a> Add support for NetBSD 9.4</li> <li><a href="https://github.com/cross-platform-actions/action/commit/b84e059fb222df0ba1d723b003377b8a020946d6"><code>b84e059</code></a> Add missing NetBSD entries in support table</li> <li><a href="https://github.com/cross-platform-actions/action/commit/d41190255ab72c5b2b46418bb28a19dc7fbf4a37"><code>d411902</code></a> Fix syntax error in example in readme</li> <li><a href="https://github.com/cross-platform-actions/action/commit/833ecacd48e14fec966ec32d4a408835352b752f"><code>833ecac</code></a> [no ci] Fix changelog</li> <li>See full diff in <a href="https://github.com/cross-platform-actions/action/compare/b2e15da1e667187766fff4945d20b98ac7055576...cdc9ee69ef84a5f2e59c9058335d9c57bcb4ac86">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:35:49 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shiori#899
No description provided.