[PR #4986] [MERGED] build(deps): bump the dependencies group across 1 directory with 5 updates #2594

Closed
opened 2026-03-01 22:37:21 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/4986
Author: @dependabot[bot]
Created: 6/1/2025
Status: Merged
Merged: 6/2/2025
Merged by: @mergify[bot]

Base: masterHead: dependabot/go_modules/dependencies-502eada1d6


📝 Commits (3)

  • 1308fab build(deps): bump the dependencies group across 1 directory with 5 updates
  • 80691ea chore(deps): Migrate docker api usage
  • 81ca08b Merge branch 'master' into dependabot/go_modules/dependencies-502eada1d6

📊 Changes

5 files changed (+88 additions, -79 deletions)

View changed files

📝 go.mod (+19 -16)
📝 go.sum (+44 -36)
📝 pkg/container/docker_build.go (+3 -5)
📝 pkg/container/docker_cli.go (+19 -19)
📝 pkg/container/docker_images.go (+3 -3)

📄 Description

Bumps the dependencies group with 4 updates in the / directory: github.com/docker/cli, github.com/docker/docker, github.com/go-git/go-git/v5 and dario.cat/mergo.

Updates github.com/docker/cli from 28.0.4+incompatible to 28.2.2+incompatible

Commits
  • e6534b4 Merge pull request #6116 from vvoland/vendor-docker
  • 5c3128e vendor: github.com/docker/docker v28.2.2-dev (45873be4ae3f)
  • 879ac3f Merge pull request #6110 from thaJeztah/bump_engine
  • 92fa1e1 vendor: github.com/docker/docker 0e2cc22d36ae (v28.2-dev)
  • 4bec3a6 Merge pull request #6114 from thaJeztah/deprecate_non_compliant_registries
  • a007d1a Merge pull request #6113 from thaJeztah/config_suppress_err
  • bbfbd54 docs: deprecated: fallback for non-OCI-compliant registries is removed
  • 2d21e1f cli/config/configfile: explicitly ignore error
  • bc9be0b Merge pull request #6112 from thaJeztah/bump_tools
  • 3fe7dc5 Dockerfile: update compose to v2.36.2
  • Additional commits viewable in compare view

Updates github.com/docker/docker from 28.0.4+incompatible to 28.2.2+incompatible

Release notes

Sourced from github.com/docker/docker's releases.

28.2.2

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Bug fixes and enhancements

  • containerd image store: Fix a regression causing docker build --push to fail. This reverts the fix for docker build not persisting overridden images as dangling. moby/moby#50105

Networking

  • When creating the iptables DOCKER-USER chain, do not add an explicit RETURN rule, allowing users to append as well as insert their own rules. Existing rules are not removed on upgrade, but it won't be replaced after a reboot. moby/moby#50098

28.2.1

Packaging updates

28.2.0

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

[!NOTE] RHEL packages are currently not available and will be released later.

New

  • Add {{.Platform}} as formatting option for docker ps to show the platform of the image the container is running. docker/cli#6042
  • Add support for relative parent paths (../) on bind mount sources when using docker run/create with -v/--volume or --mount type=bind options. docker/cli#4966
  • CDI is now enabled by default. moby/moby#49963
  • Show discovered CDI devices in docker info. docker/cli#6078
  • docker image rm: add --platform option to remove a variant from multi-platform images. docker/cli#6109
  • containerd image store: Initial BuildKit support for building Windows container images on Windows (requires an opt-in with DOCKER_BUILDKIT=1). moby/moby#49740

Bug fixes and enhancements

  • Add a new log option for fluentd log driver (fluentd-write-timeout), which enables specifying write timeouts for fluentd connections. moby/moby#49911
  • Add support for DOCKER_AUTH_CONFIG for the experimental --use-api-socket option. docker/cli#6019
  • Fix docker exec waiting for 10 seconds if a non-existing user or group was specified. moby/moby#49868
  • Fix docker swarm init ignoring cacert option of --external-ca. docker/cli#5995
  • Fix an issue where the CLI would not correctly save the configuration file (~/.docker/config.json) if it was a relative symbolic link. docker/cli#5282
  • Fix containers with --restart always policy using CDI devices failing to start on daemon restart. moby/moby#49990

... (truncated)

Commits
  • 45873be Merge pull request #50105 from jsternberg/revert-build-dangling
  • 7994426 Revert "containerd: images overridden by a build are kept dangling"
  • f144264 Merge pull request #50090 from corhere/libn/overlay-netip
  • 768cfae Merge pull request #50050 from robmry/nftables_internal_dns
  • d3289dd Add nftables NAT rules for internal DNS resolver
  • 7a0bf74 Merge pull request #50038 from ctalledo/fix-for-50037
  • b43afbf Merge pull request #50098 from robmry/remove_docker-user_return_rule
  • c299ba3 Update worker.Platforms() in builder-next worker.
  • 0e2cc22 Merge pull request #50049 from robmry/nftables_env_var_enable
  • e37efd4 Merge pull request #50068 from mmorel-35/github.com/containerd/errdefs
  • Additional commits viewable in compare view

Updates github.com/go-git/go-git/v5 from 5.14.0 to 5.16.0

Release notes

Sourced from github.com/go-git/go-git/v5's releases.

v5.16.0

What's Changed

Full Changelog: https://github.com/go-git/go-git/compare/v5.15.0...v5.16.0

v5.15.0

What's Changed

Full Changelog: https://github.com/go-git/go-git/compare/v5.14.0...v5.15.0

Commits
  • 6d4a5c6 Merge pull request #1515 from pjbgf/regre
  • beedd6b plumbing: transport, Reintroduce SetHostKeyCallback. Fix #1514
  • 763ce2e Merge pull request #1510 from hiddeco/mtls-support
  • 5320e1b plumbing: surface transport configuration errors
  • 9bbc93b plumbing: fix unintended pointer mutation in test
  • f3783f4 plumbing: support mTLS for HTTPS protocol
  • 6f444d3 Merge pull request #1505 from pjbgf/bump
  • 9996069 v5: Bump dependencies
  • 768fda7 Merge pull request #1482 from Javier-varez/add-cert-auth-support-v5.x
  • ba9d693 plumbing: support setting custom host key algorithms along with host key call...
  • Additional commits viewable in compare view

Updates golang.org/x/term from 0.30.0 to 0.31.0

Commits
  • 5d2308b go.mod: update golang.org/x dependencies
  • e770ddd x/term: disabling auto-completion around GetPassword()
  • See full diff in compare view

Updates dario.cat/mergo from 1.0.1 to 1.0.2

Release notes

Sourced from dario.cat/mergo's releases.

v1.0.2

What's Changed

  • Drops gopkg.in/yaml.v3, only used for loading fixtures. Thanks @​trim21 for bringing to my attention (#262) that this library is no longer maintained.

Full Changelog: https://github.com/darccio/mergo/compare/v1.0.1...v1.0.2

Commits
  • 7b33b2b refactor: migrate from YAML to JSON for test data and update related functions
  • 229a214 chore(.well-known): add funding manifest URLs file
  • 6be20c6 chore(SECURITY.md): update supported versions to reflect current versioning
  • 9007623 chore(README) : remove kubernetes from the list of users
  • 2b1eb9c Update FUNDING.yml
  • 2ceb994 Create FUNDING.json
  • 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/nektos/act/pull/4986 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/1/2025 **Status:** ✅ Merged **Merged:** 6/2/2025 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/go_modules/dependencies-502eada1d6` --- ### 📝 Commits (3) - [`1308fab`](https://github.com/nektos/act/commit/1308fab7889ca51c30fc8ca395f19e8b84146c72) build(deps): bump the dependencies group across 1 directory with 5 updates - [`80691ea`](https://github.com/nektos/act/commit/80691ead364b8dada466280231201188f1b15fbc) chore(deps): Migrate docker api usage - [`81ca08b`](https://github.com/nektos/act/commit/81ca08b91e139f94a1bec01867b92ac1db366b03) Merge branch 'master' into dependabot/go_modules/dependencies-502eada1d6 ### 📊 Changes **5 files changed** (+88 additions, -79 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+19 -16) 📝 `go.sum` (+44 -36) 📝 `pkg/container/docker_build.go` (+3 -5) 📝 `pkg/container/docker_cli.go` (+19 -19) 📝 `pkg/container/docker_images.go` (+3 -3) </details> ### 📄 Description Bumps the dependencies group with 4 updates in the / directory: [github.com/docker/cli](https://github.com/docker/cli), [github.com/docker/docker](https://github.com/docker/docker), [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) and [dario.cat/mergo](https://github.com/imdario/mergo). Updates `github.com/docker/cli` from 28.0.4+incompatible to 28.2.2+incompatible <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/docker/cli/commit/e6534b4eb700e592f25e7213568a02f3ce37460d"><code>e6534b4</code></a> Merge pull request <a href="https://redirect.github.com/docker/cli/issues/6116">#6116</a> from vvoland/vendor-docker</li> <li><a href="https://github.com/docker/cli/commit/5c3128e95ec60d82db5b968da46c957578f31bf7"><code>5c3128e</code></a> vendor: github.com/docker/docker v28.2.2-dev (45873be4ae3f)</li> <li><a href="https://github.com/docker/cli/commit/879ac3f88fe137c2058afe995298832eb2ff1546"><code>879ac3f</code></a> Merge pull request <a href="https://redirect.github.com/docker/cli/issues/6110">#6110</a> from thaJeztah/bump_engine</li> <li><a href="https://github.com/docker/cli/commit/92fa1e1fc9d2c4289aa3b2539503b9254859039f"><code>92fa1e1</code></a> vendor: github.com/docker/docker 0e2cc22d36ae (v28.2-dev)</li> <li><a href="https://github.com/docker/cli/commit/4bec3a6795fdb18c77333d359d49b619b692d889"><code>4bec3a6</code></a> Merge pull request <a href="https://redirect.github.com/docker/cli/issues/6114">#6114</a> from thaJeztah/deprecate_non_compliant_registries</li> <li><a href="https://github.com/docker/cli/commit/a007d1ae244b46c438ebe342fc9e36179a92f703"><code>a007d1a</code></a> Merge pull request <a href="https://redirect.github.com/docker/cli/issues/6113">#6113</a> from thaJeztah/config_suppress_err</li> <li><a href="https://github.com/docker/cli/commit/bbfbd54f4d78802bc051eb2cd0ef5d1269233fbc"><code>bbfbd54</code></a> docs: deprecated: fallback for non-OCI-compliant registries is removed</li> <li><a href="https://github.com/docker/cli/commit/2d21e1f7a59ca9b56c605823b6b9652c05462a21"><code>2d21e1f</code></a> cli/config/configfile: explicitly ignore error</li> <li><a href="https://github.com/docker/cli/commit/bc9be0bdeace8baa0c8fbc17575ed5dcaeedea2b"><code>bc9be0b</code></a> Merge pull request <a href="https://redirect.github.com/docker/cli/issues/6112">#6112</a> from thaJeztah/bump_tools</li> <li><a href="https://github.com/docker/cli/commit/3fe7dc5cb4c5587d22a94f838ed1e3a7e3b393cc"><code>3fe7dc5</code></a> Dockerfile: update compose to v2.36.2</li> <li>Additional commits viewable in <a href="https://github.com/docker/cli/compare/v28.0.4...v28.2.2">compare view</a></li> </ul> </details> <br /> Updates `github.com/docker/docker` from 28.0.4+incompatible to 28.2.2+incompatible <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/docker/docker/releases">github.com/docker/docker's releases</a>.</em></p> <blockquote> <h2>28.2.2</h2> <p>For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:</p> <ul> <li><a href="https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A28.2.2">docker/cli, 28.2.2 milestone</a></li> <li><a href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A28.2.2">moby/moby, 28.2.2 milestone</a></li> </ul> <h3>Bug fixes and enhancements</h3> <ul> <li>containerd image store: Fix a regression causing <code>docker build --push</code> to fail. This reverts <a href="https://redirect.github.com/moby/moby/pull/49702">the fix</a> for <code>docker build</code> not persisting overridden images as dangling. <a href="https://redirect.github.com/moby/moby/pull/50105">moby/moby#50105</a></li> </ul> <h3>Networking</h3> <ul> <li>When creating the iptables <code>DOCKER-USER</code> chain, do not add an explicit <code>RETURN</code> rule, allowing users to append as well as insert their own rules. Existing rules are not removed on upgrade, but it won't be replaced after a reboot. <a href="https://redirect.github.com/moby/moby/pull/50098">moby/moby#50098</a></li> </ul> <h2>28.2.1</h2> <h2>Packaging updates</h2> <ul> <li>Fix packaging regression in <a href="https://github.com/moby/moby/releases/tag/v28.2.0">v28.2.0</a> which broke creating the <code>docker</code> group/user on fresh installations. <a href="https://redirect.github.com/docker/docker-ce-packaging/issues/1209">docker-ce-packaging#1209</a></li> </ul> <h2>28.2.0</h2> <p>For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:</p> <ul> <li><a href="https://github.com/docker/cli/issues?q=is%3Aclosed+milestone%3A28.2.0">docker/cli, 28.2.0 milestone</a></li> <li><a href="https://github.com/moby/moby/issues?q=is%3Aclosed+milestone%3A28.2.0">moby/moby, 28.2.0 milestone</a></li> <li>Deprecated and removed features, see <a href="https://github.com/docker/cli/blob/v28.2.0/docs/deprecated.md">Deprecated Features</a>.</li> <li>Changes to the Engine API, see <a href="https://github.com/moby/moby/blob/v28.2.0/docs/api/version-history.md">API version history</a>.</li> </ul> <blockquote> <p>[!NOTE] RHEL packages are currently not available and will be released later.</p> </blockquote> <h3>New</h3> <ul> <li>Add <code>{{.Platform}}</code> as formatting option for <code>docker ps</code> to show the platform of the image the container is running. <a href="https://redirect.github.com/docker/cli/pull/6042">docker/cli#6042</a></li> <li>Add support for relative parent paths (<code>../</code>) on bind mount sources when using <code>docker run/create</code> with <code>-v/--volume</code> or <code>--mount type=bind</code> options. <a href="https://redirect.github.com/docker/cli/pull/4966">docker/cli#4966</a></li> <li>CDI is now enabled by default. <a href="https://redirect.github.com/moby/moby/pull/49963">moby/moby#49963</a></li> <li>Show discovered CDI devices in <code>docker info</code>. <a href="https://redirect.github.com/docker/cli/pull/6078">docker/cli#6078</a></li> <li><code>docker image rm</code>: add <code>--platform</code> option to remove a variant from multi-platform images. <a href="https://redirect.github.com/docker/cli/pull/6109">docker/cli#6109</a></li> <li>containerd image store: Initial BuildKit support for building Windows container images on Windows (requires an opt-in with <code>DOCKER_BUILDKIT=1</code>). <a href="https://redirect.github.com/moby/moby/pull/49740">moby/moby#49740</a></li> </ul> <h3>Bug fixes and enhancements</h3> <ul> <li>Add a new log option for fluentd log driver (<code>fluentd-write-timeout</code>), which enables specifying write timeouts for fluentd connections. <a href="https://redirect.github.com/moby/moby/pull/49911">moby/moby#49911</a></li> <li>Add support for <code>DOCKER_AUTH_CONFIG</code> for the experimental <code>--use-api-socket</code> option. <a href="https://redirect.github.com/docker/cli/pull/6019">docker/cli#6019</a></li> <li>Fix <code>docker exec</code> waiting for 10 seconds if a non-existing user or group was specified. <a href="https://redirect.github.com/moby/moby/pull/49868">moby/moby#49868</a></li> <li>Fix <code>docker swarm init</code> ignoring <code>cacert</code> option of <code>--external-ca</code>. <a href="https://redirect.github.com/docker/cli/pull/5995">docker/cli#5995</a></li> <li>Fix an issue where the CLI would not correctly save the configuration file (<code>~/.docker/config.json</code>) if it was a relative symbolic link. <a href="https://redirect.github.com/docker/cli/pull/5282">docker/cli#5282</a></li> <li>Fix containers with <code>--restart always</code> policy using CDI devices failing to start on daemon restart. <a href="https://redirect.github.com/moby/moby/pull/49990">moby/moby#49990</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/moby/moby/commit/45873be4ae3f5488c9498b3d9f17deaddaf609f4"><code>45873be</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/50105">#50105</a> from jsternberg/revert-build-dangling</li> <li><a href="https://github.com/moby/moby/commit/7994426e6126229d4218703bb37ca0bf380007f9"><code>7994426</code></a> Revert &quot;containerd: images overridden by a build are kept dangling&quot;</li> <li><a href="https://github.com/moby/moby/commit/f144264bae57b134b73afa966a1136a0fd7ed572"><code>f144264</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/50090">#50090</a> from corhere/libn/overlay-netip</li> <li><a href="https://github.com/moby/moby/commit/768cfaeb623ccd55194d649c983ea0fecd5a91c8"><code>768cfae</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/50050">#50050</a> from robmry/nftables_internal_dns</li> <li><a href="https://github.com/moby/moby/commit/d3289dda4bd9339a053abc33ed0912a00a56ce4d"><code>d3289dd</code></a> Add nftables NAT rules for internal DNS resolver</li> <li><a href="https://github.com/moby/moby/commit/7a0bf747f5c25da0794e42d5f9e5a40db5a7786e"><code>7a0bf74</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/50038">#50038</a> from ctalledo/fix-for-50037</li> <li><a href="https://github.com/moby/moby/commit/b43afbf898c0f7fde9c500b5867256974dd24ac6"><code>b43afbf</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/50098">#50098</a> from robmry/remove_docker-user_return_rule</li> <li><a href="https://github.com/moby/moby/commit/c299ba3b38e1c79e5f13ca04d9804d384bc80f57"><code>c299ba3</code></a> Update worker.Platforms() in builder-next worker.</li> <li><a href="https://github.com/moby/moby/commit/0e2cc22d36ae3013f83863c8da2e1b808f25e78e"><code>0e2cc22</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/50049">#50049</a> from robmry/nftables_env_var_enable</li> <li><a href="https://github.com/moby/moby/commit/e37efd4c2d4758c53fedefb9c3ec9235d1e71490"><code>e37efd4</code></a> Merge pull request <a href="https://redirect.github.com/docker/docker/issues/50068">#50068</a> from mmorel-35/github.com/containerd/errdefs</li> <li>Additional commits viewable in <a href="https://github.com/docker/docker/compare/v28.0.4...v28.2.2">compare view</a></li> </ul> </details> <br /> Updates `github.com/go-git/go-git/v5` from 5.14.0 to 5.16.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-git/go-git/releases">github.com/go-git/go-git/v5's releases</a>.</em></p> <blockquote> <h2>v5.16.0</h2> <h2>What's Changed</h2> <ul> <li>[v5] plumbing: support mTLS for HTTPS protocol by <a href="https://github.com/hiddeco"><code>@​hiddeco</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/1510">go-git/go-git#1510</a></li> <li>v5: plumbing: transport, Reintroduce SetHostKeyCallback. Fix <a href="https://redirect.github.com/go-git/go-git/issues/1514">#1514</a> by <a href="https://github.com/pjbgf"><code>@​pjbgf</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/1515">go-git/go-git#1515</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-git/go-git/compare/v5.15.0...v5.16.0">https://github.com/go-git/go-git/compare/v5.15.0...v5.16.0</a></p> <h2>v5.15.0</h2> <h2>What's Changed</h2> <ul> <li>plumbing: add cert auth support to <code>releases/v5.x</code> by <a href="https://github.com/Javier-varez"><code>@​Javier-varez</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/1482">go-git/go-git#1482</a></li> <li>v5: Bump dependencies by <a href="https://github.com/pjbgf"><code>@​pjbgf</code></a> in <a href="https://redirect.github.com/go-git/go-git/pull/1505">go-git/go-git#1505</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-git/go-git/compare/v5.14.0...v5.15.0">https://github.com/go-git/go-git/compare/v5.14.0...v5.15.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-git/go-git/commit/6d4a5c61232251b48ae4238d39830ccc894ef4d8"><code>6d4a5c6</code></a> Merge pull request <a href="https://redirect.github.com/go-git/go-git/issues/1515">#1515</a> from pjbgf/regre</li> <li><a href="https://github.com/go-git/go-git/commit/beedd6bc1892182daa36dd45013ff28857320f58"><code>beedd6b</code></a> plumbing: transport, Reintroduce SetHostKeyCallback. Fix <a href="https://redirect.github.com/go-git/go-git/issues/1514">#1514</a></li> <li><a href="https://github.com/go-git/go-git/commit/763ce2e08aa1398c7e9e153ae3346891c80dc467"><code>763ce2e</code></a> Merge pull request <a href="https://redirect.github.com/go-git/go-git/issues/1510">#1510</a> from hiddeco/mtls-support</li> <li><a href="https://github.com/go-git/go-git/commit/5320e1b6b4578aa7272de1fa535051b9b86fbbfb"><code>5320e1b</code></a> plumbing: surface transport configuration errors</li> <li><a href="https://github.com/go-git/go-git/commit/9bbc93b719b15a5e0955ed9c2f6aa008f13f7e86"><code>9bbc93b</code></a> plumbing: fix unintended pointer mutation in test</li> <li><a href="https://github.com/go-git/go-git/commit/f3783f4abf49642326f67683f22d468db87a8822"><code>f3783f4</code></a> plumbing: support mTLS for HTTPS protocol</li> <li><a href="https://github.com/go-git/go-git/commit/6f444d35965438cb7c9e5d1dd41c093031ccbc0b"><code>6f444d3</code></a> Merge pull request <a href="https://redirect.github.com/go-git/go-git/issues/1505">#1505</a> from pjbgf/bump</li> <li><a href="https://github.com/go-git/go-git/commit/9996069e216745ffe9e0a4c624fe5553bb9744f9"><code>9996069</code></a> v5: Bump dependencies</li> <li><a href="https://github.com/go-git/go-git/commit/768fda7b166e12e19018a144d0a483afa35948e9"><code>768fda7</code></a> Merge pull request <a href="https://redirect.github.com/go-git/go-git/issues/1482">#1482</a> from Javier-varez/add-cert-auth-support-v5.x</li> <li><a href="https://github.com/go-git/go-git/commit/ba9d6937b68ab3c30a0889a9edea2436fd2a6f75"><code>ba9d693</code></a> plumbing: support setting custom host key algorithms along with host key call...</li> <li>Additional commits viewable in <a href="https://github.com/go-git/go-git/compare/v5.14.0...v5.16.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/term` from 0.30.0 to 0.31.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/term/commit/5d2308b09df8e012ed012f73c878253d901b7f56"><code>5d2308b</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/term/commit/e770dddbf5e3084c939760c50ca84c1adee9c4c4"><code>e770ddd</code></a> x/term: disabling auto-completion around GetPassword()</li> <li>See full diff in <a href="https://github.com/golang/term/compare/v0.30.0...v0.31.0">compare view</a></li> </ul> </details> <br /> Updates `dario.cat/mergo` from 1.0.1 to 1.0.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/imdario/mergo/releases">dario.cat/mergo's releases</a>.</em></p> <blockquote> <h2>v1.0.2</h2> <h2>What's Changed</h2> <ul> <li>Drops <code>gopkg.in/yaml.v3</code>, only used for loading fixtures. Thanks <a href="https://github.com/trim21"><code>@​trim21</code></a> for bringing to my attention (<a href="https://redirect.github.com/imdario/mergo/issues/262">#262</a>) that this library is no longer maintained.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/darccio/mergo/compare/v1.0.1...v1.0.2">https://github.com/darccio/mergo/compare/v1.0.1...v1.0.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/darccio/mergo/commit/7b33b2b01026fbbbbfcfbb1ee2c9c0a5e0c9a9f7"><code>7b33b2b</code></a> refactor: migrate from YAML to JSON for test data and update related functions</li> <li><a href="https://github.com/darccio/mergo/commit/229a2148678d4519fffd30dff24685551e57544a"><code>229a214</code></a> chore(.well-known): add funding manifest URLs file</li> <li><a href="https://github.com/darccio/mergo/commit/6be20c6d7d20645054fcc648b9226ae11d48ad27"><code>6be20c6</code></a> chore(SECURITY.md): update supported versions to reflect current versioning</li> <li><a href="https://github.com/darccio/mergo/commit/9007623e5248b4a61fff3b3969168d1dc313df9e"><code>9007623</code></a> chore(README) : remove kubernetes from the list of users</li> <li><a href="https://github.com/darccio/mergo/commit/2b1eb9c67d7332f286430af241180c5005a6a5a4"><code>2b1eb9c</code></a> Update FUNDING.yml</li> <li><a href="https://github.com/darccio/mergo/commit/2ceb99467bfe70a74b30b1194774ac63f1888632"><code>2ceb994</code></a> Create FUNDING.json</li> <li>See full diff in <a href="https://github.com/imdario/mergo/compare/v1.0.1...v1.0.2">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-03-01 22:37:21 +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/act#2594
No description provided.