Skip to content

chore(deps): bump Nexus-Mods/upload-action from 1.0.0.pre.beta.7 to 1.0.0.pre.beta.8#62

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/Nexus-Mods/upload-action-1.0.0.pre.beta.8
Open

chore(deps): bump Nexus-Mods/upload-action from 1.0.0.pre.beta.7 to 1.0.0.pre.beta.8#62
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/Nexus-Mods/upload-action-1.0.0.pre.beta.8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 20, 2026

Copy link
Copy Markdown
Contributor

Bumps Nexus-Mods/upload-action from 1.0.0.pre.beta.7 to 1.0.0.pre.beta.8.

Release notes

Sourced from Nexus-Mods/upload-action's releases.

v1.0.0-beta.8

What's Changed

Migrates the action to the current Nexus Mods v3 upload API and renames several inputs/outputs for clarity.

⚠️ Breaking changes

Renamed inputs/outputs. Update your workflow when bumping to this version (old pins keep working on older tags, there are no aliases):

Old New
file_group_id (input) file_id
file_category (input) category
archive_existing_file (input) archive_existing_version
file_uid (output) version_id (now the new version's ID)
    with:
      api_key: ${{ secrets.NEXUSMODS_API_KEY }}
-     file_group_id: ${{ vars.NEXUSMODS_FILE_GROUP_ID }}
+     file_id: ${{ vars.NEXUSMODS_FILE_ID }}
      filename: my-mod.zip
-     file_category: main
+     category: main

Under the hood

  • Switched from the deprecated createUpdateGroupVersion endpoint to createModFileVersion (POST /mod-files/{id}/versions). The old endpoint is removed on 2026-09-09, so this release is required to keep uploading after that date.
  • Regenerated the vendored OpenAPI schema from the latest spec.

Full Changelog: Nexus-Mods/upload-action@v1.0.0-beta.7...v1.0.0-beta.8

Commits
  • f6e1e2e Merge pull request #29 from Nexus-Mods/jackrobertson-laz-584
  • 05c02a1 Migrate to createModFileVersion and align input/output naming
  • 5551f1c Merge pull request #28 from Pickysaurus/patch-2
  • d05db0a Update README to remove evaluation API notice
  • See full diff in compare view

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)

Bumps [Nexus-Mods/upload-action](https://github.com/nexus-mods/upload-action) from 1.0.0.pre.beta.7 to 1.0.0.pre.beta.8.
- [Release notes](https://github.com/nexus-mods/upload-action/releases)
- [Commits](Nexus-Mods/upload-action@v1.0.0-beta.7...v1.0.0-beta.8)

---
updated-dependencies:
- dependency-name: Nexus-Mods/upload-action
  dependency-version: 1.0.0.pre.beta.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 20, 2026
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 github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants