Skip to content

build(deps): bump tar from 6.2.1 to 7.5.15#991

Merged
crazy-max merged 1 commit into
masterfrom
dependabot/npm_and_yarn/tar-7.5.15
May 21, 2026
Merged

build(deps): bump tar from 6.2.1 to 7.5.15#991
crazy-max merged 1 commit into
masterfrom
dependabot/npm_and_yarn/tar-7.5.15

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 15, 2026

Bumps tar from 6.2.1 to 7.5.15.

Changelog

Sourced from tar's changelog.

Changelog

7.5

  • Added zstd compression support.
  • Consistent TOCTOU behavior in sync t.list
  • Only read from ustar block if not specified in Pax
  • Fix sync tar.list when file size reduces while reading
  • Sanitize absolute linkpaths properly
  • Prevent writing hardlink entries to the archive ahead of their file target

7.4

  • Deprecate onentry in favor of onReadEntry for clarity.

7.3

  • Add onWriteEntry option

7.2

  • DRY the command definitions into a single makeCommand method, and update the type signatures to more appropriately infer the return type from the options and arguments provided.

7.1

  • Update minipass to v7.1.0
  • Update the type definitions of write() and end() methods on Unpack and Parser classes to be compatible with the NodeJS.WritableStream type in the latest versions of @types/node.

7.0

  • Drop support for node <18
  • Rewrite in TypeScript, provide ESM and CommonJS hybrid interface
  • Add tree-shake friendly exports, like import('tar/create') and import('tar/read-entry') to get individual functions or classes.
  • Add chmod option that defaults to false, and deprecate noChmod. That is, reverse the default option regarding explicitly setting file system modes to match tar entry settings.
  • Add processUmask option to avoid having to call process.umask() when chmod: true (or noChmod: false) is set.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by isaacs, a new releaser for tar since your current version.

Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.1 to 7.5.15.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v6.2.1...v7.5.15)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 7.5.15
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@crazy-max crazy-max merged commit d6726b3 into master May 21, 2026
12 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/tar-7.5.15 branch May 21, 2026 16:03
Exikle pushed a commit to Exikle/containers that referenced this pull request May 22, 2026
….1.0 ➔ v4.2.0 ) (#9)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [https://github.com/docker/login-action](https://github.com/docker/login-action) | action | minor | `v4.1.0` → `v4.2.0` |

---

### Release Notes

<details>
<summary>docker/login-action (https://github.com/docker/login-action)</summary>

### [`v4.2.0`](https://github.com/docker/login-action/releases/tag/v4.2.0)

[Compare Source](docker/login-action@v4.1.0...v4.2.0)

- Bump [@&#8203;actions/core](https://github.com/actions/core) from 3.0.0 to 3.0.1 in [#&#8203;976](docker/login-action#976)
- Bump [@&#8203;aws-sdk/client-ecr](https://github.com/aws-sdk/client-ecr) and [@&#8203;aws-sdk/client-ecr-public](https://github.com/aws-sdk/client-ecr-public) to 3.1050.0 in [#&#8203;960](docker/login-action#960)
- Bump [@&#8203;docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.86.0 to 0.90.0 in [#&#8203;970](docker/login-action#970)
- Bump brace-expansion from 2.0.1 to 5.0.6 in [#&#8203;993](docker/login-action#993)
- Bump fast-xml-builder from 1.1.4 to 1.2.0 in [#&#8203;985](docker/login-action#985)
- Bump fast-xml-parser from 5.3.6 to 5.8.0 in [#&#8203;963](docker/login-action#963)
- Bump http-proxy-agent and https-proxy-agent to 9.0.0 in [#&#8203;961](docker/login-action#961)
- Bump postcss from 8.5.6 to 8.5.10 in [#&#8203;979](docker/login-action#979)
- Bump tar from 6.2.1 to 7.5.15 in [#&#8203;991](docker/login-action#991)
- Bump vite from 7.3.1 to 7.3.3 in [#&#8203;986](docker/login-action#986)

**Full Changelog**: <docker/login-action@v4.1.0...v4.2.0>

</details>

---

### Configuration

📅 **Schedule**: (in timezone Europe/Amsterdam)

- Branch creation
  - At any time (no schedule defined)
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTIuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE5Mi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9naXRodWItYWN0aW9uIiwicmVub3ZhdGUvZ2l0aHViLXJlbGVhc2UiLCJ0eXBlL21pbm9yIl19-->

Reviewed-on: https://git.dcunha.io/Exikle/containers/pulls/9
renovate Bot added a commit to sdwilsh/sOS that referenced this pull request May 22, 2026
##### [\`v4.2.0\`](https://github.com/docker/login-action/releases/tag/v4.2.0)

- Bump [@actions/core](https://github.com/actions/core) from 3.0.0 to 3.0.1 in [#976](docker/login-action#976)
- Bump [@aws-sdk/client-ecr](https://github.com/aws-sdk/client-ecr) and [@aws-sdk/client-ecr-public](https://github.com/aws-sdk/client-ecr-public) to 3.1050.0 in [#960](docker/login-action#960)
- Bump [@docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.86.0 to 0.90.0 in [#970](docker/login-action#970)
- Bump brace-expansion from 2.0.1 to 5.0.6 in [#993](docker/login-action#993)
- Bump fast-xml-builder from 1.1.4 to 1.2.0 in [#985](docker/login-action#985)
- Bump fast-xml-parser from 5.3.6 to 5.8.0 in [#963](docker/login-action#963)
- Bump http-proxy-agent and https-proxy-agent to 9.0.0 in [#961](docker/login-action#961)
- Bump postcss from 8.5.6 to 8.5.10 in [#979](docker/login-action#979)
- Bump tar from 6.2.1 to 7.5.15 in [#991](docker/login-action#991)
- Bump vite from 7.3.1 to 7.3.3 in [#986](docker/login-action#986)

**Full Changelog**: <docker/login-action@v4.1.0...v4.2.0>

---
##### [\`v4.1.0\`](https://github.com/docker/login-action/releases/tag/v4.1.0)

- Fix scoped Docker Hub cleanup path when registry is omitted by [@crazy-max](https://github.com/crazy-max) in [#945](docker/login-action#945)
- Bump [@aws-sdk/client-ecr](https://github.com/aws-sdk/client-ecr) and [@aws-sdk/client-ecr-public](https://github.com/aws-sdk/client-ecr-public) to 3.1020.0 in [#930](docker/login-action#930)
- Bump [@docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.77.0 to 0.86.0 in [#932](docker/login-action#932) [#936](docker/login-action#936)
- Bump brace-expansion from 1.1.12 to 1.1.13 in [#952](docker/login-action#952)
- Bump fast-xml-parser from 5.3.4 to 5.3.6 in [#942](docker/login-action#942)
- Bump flatted from 3.3.3 to 3.4.2 in [#944](docker/login-action#944)
- Bump glob from 10.3.12 to 10.5.0 in [#940](docker/login-action#940)
- Bump handlebars from 4.7.8 to 4.7.9 in [#949](docker/login-action#949)
- Bump http-proxy-agent and https-proxy-agent to 8.0.0 in [#937](docker/login-action#937)
- Bump lodash from 4.17.23 to 4.18.1 in [#958](docker/login-action#958)
- Bump minimatch from 3.1.2 to 3.1.5 in [#941](docker/login-action#941)
- Bump picomatch from 4.0.3 to 4.0.4 in [#948](docker/login-action#948)
- Bump undici from 6.23.0 to 6.24.1 in [#938](docker/login-action#938)

**Full Changelog**: <docker/login-action@v4.0.0...v4.1.0>

---
##### [\`v4.0.0\`](https://github.com/docker/login-action/releases/tag/v4.0.0)

- Node 24 as default runtime (requires [Actions Runner v2.327.1](https://github.com/actions/runner/releases/tag/v2.327.1) or later) by [@crazy-max](https://github.com/crazy-max) in [#929](docker/login-action#929)
- Switch to ESM and update config/test wiring by [@crazy-max](https://github.com/crazy-max) in [#927](docker/login-action#927)
- Bump [@actions/core](https://github.com/actions/core) from 1.11.1 to 3.0.0 in [#919](docker/login-action#919)
- Bump [@aws-sdk/client-ecr](https://github.com/aws-sdk/client-ecr) from 3.890.0 to 3.1000.0 in [#909](docker/login-action#909) [#920](docker/login-action#920)
- Bump [@aws-sdk/client-ecr-public](https://github.com/aws-sdk/client-ecr-public) from 3.890.0 to 3.1000.0 in [#909](docker/login-action#909) [#920](docker/login-action#920)
- Bump [@docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.63.0 to 0.77.0 in [#910](docker/login-action#910) [#928](docker/login-action#928)
- Bump [@isaacs/brace-expansion](https://github.com/isaacs/brace-expansion) from 5.0.0 to 5.0.1 in [#921](docker/login-action#921)
- Bump js-yaml from 4.1.0 to 4.1.1 in [#901](docker/login-action#901)

**Full Changelog**: <docker/login-action@v3.7.0...v4.0.0>

---
##### [\`v4\`](docker/login-action@v3...v4)


---
##### [\`v3.7.0\`](https://github.com/docker/login-action/releases/tag/v3.7.0)

- Add `scope` input to set scopes for the authentication token by [@crazy-max](https://github.com/crazy-max) in [#912](docker/login-action#912)
- Add support for AWS European Sovereign Cloud ECR by [@dphi](https://github.com/dphi) in [#914](docker/login-action#914)
- Ensure passwords are redacted with `registry-auth` input by [@crazy-max](https://github.com/crazy-max) in [#911](docker/login-action#911)
- build(deps): bump lodash from 4.17.21 to 4.17.23 in [#915](docker/login-action#915)

**Full Changelog**: <docker/login-action@v3.6.0...v3.7.0>

---
##### [\`v3.6.0\`](https://github.com/docker/login-action/releases/tag/v3.6.0)

- Add `registry-auth` input for raw authentication to registries by [@crazy-max](https://github.com/crazy-max) in [#887](docker/login-action#887)
- Bump [@aws-sdk/client-ecr](https://github.com/aws-sdk/client-ecr) to 3.890.0 in [#882](docker/login-action#882) [#890](docker/login-action#890)
- Bump [@aws-sdk/client-ecr-public](https://github.com/aws-sdk/client-ecr-public) to 3.890.0 in [#882](docker/login-action#882) [#890](docker/login-action#890)
- Bump [@docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.62.1 to 0.63.0 in [#883](docker/login-action#883)
- Bump brace-expansion from 1.1.11 to 1.1.12 in [#880](docker/login-action#880)
- Bump undici from 5.28.4 to 5.29.0 in [#879](docker/login-action#879)
- Bump tmp from 0.2.3 to 0.2.4 in [#881](docker/login-action#881)

**Full Changelog**: <docker/login-action@v3.5.0...v3.6.0>

---
##### [\`v3.5.0\`](https://github.com/docker/login-action/releases/tag/v3.5.0)

- Support dual-stack endpoints for AWS ECR by [@Spacefish](https://github.com/Spacefish) [@crazy-max](https://github.com/crazy-max) in [#874](docker/login-action#874) [#876](docker/login-action#876)
- Bump [@aws-sdk/client-ecr](https://github.com/aws-sdk/client-ecr) to 3.859.0 in [#860](docker/login-action#860) [#878](docker/login-action#878)
- Bump [@aws-sdk/client-ecr-public](https://github.com/aws-sdk/client-ecr-public) to 3.859.0 in [#860](docker/login-action#860) [#878](docker/login-action#878)
- Bump [@docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.57.0 to 0.62.1 in [#870](docker/login-action#870)
- Bump form-data from 2.5.1 to 2.5.5 in [#875](docker/login-action#875)

**Full Changelog**: <docker/login-action@v3.4.0...v3.5.0>

---
##### [\`v3.4.0\`](https://github.com/docker/login-action/releases/tag/v3.4.0)

- Bump [@actions/core](https://github.com/actions/core) from 1.10.1 to 1.11.1 in [#791](docker/login-action#791)
- Bump [@aws-sdk/client-ecr](https://github.com/aws-sdk/client-ecr) to 3.766.0 in [#789](docker/login-action#789) [#856](docker/login-action#856)
- Bump [@aws-sdk/client-ecr-public](https://github.com/aws-sdk/client-ecr-public) to 3.758.0 in [#789](docker/login-action#789) [#856](docker/login-action#856)
- Bump [@docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.35.0 to 0.57.0 in [#801](docker/login-action#801) [#806](docker/login-action#806) [#858](docker/login-action#858)
- Bump cross-spawn from 7.0.3 to 7.0.6 in [#814](docker/login-action#814)
- Bump https-proxy-agent from 7.0.5 to 7.0.6 in [#823](docker/login-action#823)
- Bump path-to-regexp from 6.2.2 to 6.3.0 in [#777](docker/login-action#777)

**Full Changelog**: <docker/login-action@v3.3.0...v3.4.0>

---
##### [\`v3.3.0\`](https://github.com/docker/login-action/releases/tag/v3.3.0)

- Bump [@docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.24.0 to 0.35.0 in [#754](docker/login-action#754)
- Bump https-proxy-agent from 7.0.4 to 7.0.5 in [#741](docker/login-action#741)
- Bump braces from 3.0.2 to 3.0.3 in [#730](docker/login-action#730)

**Full Changelog**: <docker/login-action@v3.2.0...v3.3.0>

---
##### [\`v3.2.0\`](https://github.com/docker/login-action/releases/tag/v3.2.0)

- Improve missing username/password by [@Frankkkkk](https://github.com/Frankkkkk) in [#706](docker/login-action#706)
- Bump [@docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.18.0 to 0.24.0 in [#715](docker/login-action#715) [#721](docker/login-action#721)
- Bump aws-sdk-dependencies to 3.583.0 in [#720](docker/login-action#720)
- Bump undici from 5.28.3 to 5.28.4 in [#694](docker/login-action#694)

**Full Changelog**: <docker/login-action@v3.1.0...v3.2.0>

---
##### [\`v3.1.0\`](https://github.com/docker/login-action/releases/tag/v3.1.0)

- Bump [@babel/traverse](https://github.com/babel/traverse) from 7.17.3 to 7.23.2 in [#618](docker/login-action#618)
- Bump [@docker/actions-toolkit](https://github.com/docker/actions-toolkit) from 0.12.0 to 0.18.0 in [#616](docker/login-action#616) [#636](docker/login-action#636) [#682](docker/login-action#682)
- Bump aws-sdk dependencies to 3.529.1 in [#624](docker/login-action#624) [#685](docker/login-action#685)
- Bump http-proxy-agent to 7.0.2 in [#676](docker/login-action#676)
- Bump https-proxy-agent to 7.0.4 in [#676](docker/login-action#676)
- Bump undici from 5.26.5 to 5.28.3 in [#677](docker/login-action#677)

**Full Changelog**: <docker/login-action@v3.0.0...v3.1.0>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant