- Restructure action to make it possible to query packages by owner/repo, user or organization (new inputs:
user
andorganization
). The default behaviour of using the current repository this actions runs in remains the same. - New
dry-run
input for trying the action without actually deleting packages. - New
semver-pattern
input for specifying versions to delete by the semver range syntax instead of a regex.