Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 13, 2025

Bumps @actions/io from 1.1.3 to 2.0.0.

Changelog

Sourced from @​actions/io's changelog.

2.0.0

  • Add support for Node 24 #2110
  • Ensures consistent behavior for paths on Node 24 with Windows
Commits

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 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 13, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Dec 13, 2025

SQLDef Migration Preview

This migration was generated by sqlite3def 3.8.7 (0ebf0de) using the schema file examples/sqlite3def-desired.sql.

-- Apply --
BEGIN;
ALTER TABLE users ADD COLUMN email text NULL;
CREATE INDEX idx_users_email ON users(email);
ALTER TABLE users DROP COLUMN updated_at;
COMMIT;

This comment was generated by SQLDef Preview, powered by sqldef/sqldef-preview-action.

@github-actions
Copy link
Contributor

github-actions bot commented Dec 13, 2025

SQLDef Migration Preview

This migration was generated by mssqldef 3.8.7 (0ebf0de) using the schema file examples/mssqldef-desired.sql.

-- Apply --
BEGIN TRANSACTION;
ALTER TABLE dbo.users ADD email nvarchar(255) NULL;
GO
CREATE INDEX idx_users_email ON users(email);
GO
ALTER TABLE dbo.users DROP COLUMN [updated_at];
GO
COMMIT TRANSACTION;

This comment was generated by SQLDef Preview, powered by sqldef/sqldef-preview-action.

@github-actions
Copy link
Contributor

github-actions bot commented Dec 13, 2025

SQLDef Migration Preview

This migration was generated by psqldef 3.8.7 (0ebf0de) using the schema file examples/psqldef-desired.sql.

-- Apply --
BEGIN;
ALTER TABLE public.users ADD COLUMN email varchar(255) NULL;
ALTER TABLE public.users DROP COLUMN updated_at;
COMMIT;
CREATE INDEX CONCURRENTLY idx_users_email ON public.users (email);

This comment was generated by SQLDef Preview, powered by sqldef/sqldef-preview-action.

@github-actions
Copy link
Contributor

github-actions bot commented Dec 13, 2025

SQLDef Migration Preview

This migration was generated by mysqldef 3.8.7 (0ebf0de) using the schema file examples/mysqldef-desired.sql.

-- Apply --
BEGIN;
ALTER TABLE users ADD COLUMN email varchar(255) NULL AFTER username;
CREATE INDEX idx_users_email ON users(email);
ALTER TABLE users DROP COLUMN `updated_at`;
COMMIT;

This comment was generated by SQLDef Preview, powered by sqldef/sqldef-preview-action.

Bumps [@actions/io](https://github.com/actions/toolkit/tree/HEAD/packages/io) from 1.1.3 to 2.0.0.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/io/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/io)

---
updated-dependencies:
- dependency-name: "@actions/io"
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/actions/io-2.0.0 branch from 1b22c6a to f22ce55 Compare December 13, 2025 10:14
@gfx gfx merged commit 7f7ca64 into main Dec 13, 2025
5 checks passed
@gfx gfx deleted the dependabot/npm_and_yarn/actions/io-2.0.0 branch December 13, 2025 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant